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

# Virtual environments
.venv/
venv/
env/

# Hatch / pip
.hatch/
*.dist-info/

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Output / test data
output_test/
output/
*.csv
*.xlsx

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Claude Code internals
.claude/

# GitHub workflows (not needed in repo)
.github/

# Secrets / config
.env
*.env.local
.pypirc
.mcp_token.json
step4_form.html


# Others
priority.png
publish note.txt
*.toml
debug_auth.py