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

# Virtual environments
.venv

# Temporary test files
test-*/
*-files.txt

# Claude settings
.claude/settings.local.json

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log

*.db

# Backups
backups/

# Environment files (copy .env.example to .env)
.env
.env.local
.env.*.local

# Test reports and coverage
htmlcov/
reports/
.coverage
.pytest_cache/

/memory/
