# Python
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyd
*.egg
*.egg-info/
.eggs/
pip-wheel-metadata/

# Distribution
dist/
build/
*.tar.gz
*.whl
MANIFEST

# Virtual environments
.venv/
venv/
env/
ENV/
.env/

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
nosetests.xml
coverage.xml
*.cover

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyright/

# Linting
.ruff_cache/

# MkDocs
site/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Project-specific
.context/*.lock
.context/**/*.lock

# Secrets — never commit these
.env
.env.local
.env.*.local
*.pem
*.key
secrets.yaml
secrets.json

# Hatch / build
.hatch/

# towncrier
changes/*.rst.bak
