Files
chat/.gitignore
T
2026-05-29 13:47:34 +02:00

23 lines
211 B
Plaintext

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
# Env / secrets
.env
.env.*
!.env.example
# Caches
.fastembed_cache/
.ruff_cache/
.pytest_cache/
.mypy_cache/
# Editor / OS
*.json.bak
*.swp
.DS_Store