# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.venv/
venv/
env/

# Packaging (Hatch / setuptools)
dist/
build/
*.egg-info/
*.egg

# Local secrets (keep .env.sample tracked)
.env
.env.local
.env.*.local

# Linters & type checkers
.ruff_cache/
.mypy_cache/
.pytype/

# Tests & coverage
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/

# OS & editors
.DS_Store
.idea/
*.swp
*.swo
*~
