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

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

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

# Type checkers
.mypy_cache/
.ruff_cache/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Local dev / secrets
.env

# OS
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
*.swp

# Build
*.whl
*.tar.gz
/main.py
/local.py
/tmp
