# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
build/
dist/
.eggs/
.installed.cfg

# Virtualenvs / uv
.venv/
venv/
.python-version

# Tooling caches
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
coverage.xml
htmlcov/
reports/

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

# Local config / secrets
.env
.env.local
*.local.yaml
