Files
tai/.gitignore
zphinx 96178c1438
All checks were successful
CI / test (push) Successful in 20s
chore: remove logs from tracking, add requirements.txt, improve .gitignore
2026-05-04 06:21:40 +02:00

30 lines
280 B
Plaintext

# Python cache and bytecode
__pycache__/
*.py[cod]
*.pyo
# Virtual environments
.venv/
venv/
# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
# Build artifacts
build/
dist/
*.egg-info/
*.spec
# Coverage
.coverage
htmlcov/
# IDE
.vscode/
# Logs and session files
logs/