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

# uv / pip
.venv/
venv/
env/
.env
pip-wheel-metadata/

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

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.coveragerc
junit*.xml

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Claude Code
.claude/

# Logs / demo output
*.log
demo.log

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Distribution
MANIFEST
