# Python
__pycache__/
*.py[cod]
*$py.class
*.so
build/
dist/
wheels/
*.egg-info/
*.egg

# Virtual environments
.venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Environment & secrets
.env
.env.local
.env.production
!.env.example

# Project data (user-specific)
*.db

# Testing
.coverage
htmlcov/
.pytest_cache/

# Distribution
*.tar.gz
*.whl

# Claude Code artifacts
.agents/
skills-lock.json
.claude/
.run/
plan/

# Local bin scripts
bin/

# Local personal notes
TODO.md

pypi/
