# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
venv/
env/
ENV/

# macOS
.DS_Store
.AppleDouble
.LSOverride

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

# AI assistant files (not in repo)
CLAUDE.md

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

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Environment
.env
.env.local

# Temporary files
*.log
*.tmp
*.bak
final_verification.json

# Test output files
test_*.json
