# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# Claude
.claude/

# OS
.DS_Store
Thumbs.db

# SQLite session files (user-specific, not part of the project)
*.db
