# Python
__pycache__/
*.py[cod]
*$py.class
*.so

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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checking / linting
.mypy_cache/
.ruff_cache/

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

# Environment
.env
.env.*

# Credentials
.pypirc
.stateloom/

# Claude Code
.claude/
CLAUDE.md

# Internal notes
TODO.md

# Archive (internal docs, demos, loose scripts)
_archive/

# Database
*.db
*.db-wal
*.db-shm

# OS
.DS_Store
Thumbs.db
