.env
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
data/
backups/
*.db
*.sqlite
*.sqlite3
.DS_Store
manim_cache/
media/
*.pyc

# Production secrets
.env
.env.*
!.env.example
*.pem
*.key
secrets/
