# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtualenv
.venv/
venv/
env/
ENV/

# Testing & tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/

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

# Project-specific
/tmp/
scratch/
*.docx.bak

# Secrets
.env
.env.*
!.env.example
