# Byte-compiled / caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.cache/

# Virtual environments
.venv/
venv/
env/

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/
pip-wheel-metadata/

# PyCharm / JetBrains
.idea/
*.iml
out/

# Other editors
.vscode/
*.swp
*~

# Coverage / test artifacts
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

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

# OS cruft
.DS_Store
Thumbs.db
