# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.mypy_cache/

# Environment files
.env
*.env.local

# OS files
.DS_Store
Thumbs.db

# Logs
*.log

#CLAUDE.md
.claude/
plans/
docs/
changes/
.research_demo/

# Git worktrees
.worktrees/
