# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build
dist/
build/
*.egg

# Virtualenvs
venv/
.venv/
env/

# Environment / secrets
.env
.env.*
!.env.example

# OS / Editors
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.bak
