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

# Virtual environments
.venv/
venv/
env/

# IDE & AI agent configs (local only, not shared)
.vscode/
.idea/
.cursor/
.claude/
.codex/
.ai/
AGENTS.md
CLAUDE.md
*.swp
*.swo

# Testing
.pytest_cache/
htmlcov/
.coverage

# Distribution
*.whl
*.tar.gz

# OS
.DS_Store
Thumbs.db
