# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.pyright/
.mypy_cache/

# IDEs
.idea/
.vscode/
*.iml

# macOS
.DS_Store

# Jupyter
.ipynb_checkpoints/

#Ai
.claude/
AGENTS.md
CLAUDE.md

# stuff
*.log
scripts/

tests/data/
