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

# Virtual environments
.venv/
venv/
env/

# Hatch
.hatch/

# Test / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# IDE
.idea/
.vscode/
*.iml

# OS
.DS_Store

# Never commit real tax documents
local-docs/
real-samples/
*.env
