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

# Virtual environments
.venv
venv/
ENV/

# Test data and temp files
*.filing.txt

# IDE and editor configs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Development/scratch files
.claude/
*TODO*
