# Python bytecode and tool caches
__pycache__/
*.py[cod]
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Local settings and secrets
.env
.env.*
!.env.example

# Runtime state and generated media
generated/
runs/
history.db
history.db-*
*.log
logs/

# Editor and operating-system files
.vscode/
.idea/
.DS_Store
Thumbs.db
Desktop.ini
~$*
