# Environment & secrets
.env
.env.local
.env.production
!.env.example

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Testing & coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Manim output
media/
renders.db

# OS
.DS_Store
Thumbs.db
