# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
*.egg
pip-wheel-metadata/

# Tooling / caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.hypothesis/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Local environment
.env
.env.*
!.env.example

# Editors / OS
.idea/
.vscode/
.DS_Store
