# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/

# Virtual environments and local uv cache
.venv/
venv/
env/
.uv-cache/

# Build and packaging output
build/
dist/
*.egg-info/
.eggs/

# Coverage and test output
.coverage
.coverage.*
htmlcov/
coverage.xml

# Environment and local config
.env
.env.*
!.env.example

# Logs and temporary files
*.log
*.tmp
*.temp

# OS and editor files
.DS_Store
Thumbs.db
.idea/
.vscode/

# Briefly local cache and ad-hoc test media
*.sqlite*
*.pdf
*.mp3
*.m4a
*.mp4
