# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
.venv/
ENV/
env/
.env/

# Environment variables
.env
.env.local

# uv
.uv/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.fleet/
.project
.pydevproject
.settings/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
*.cover
*.log

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# OS
.DS_Store
Thumbs.db
*.swp
*~

# Build artifacts
*.spec

# Documentation
docs/_build/
site/

# clippy-code specific
.clippy_history
.clippy/

# Agents
CLAUDE.md
.claude/settings.local.json
