# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
MANIFEST
wheels/
sdist/

# Virtual environments
.venv/
venv/
env/

# uv
.uv_cache/

# Jupyter Notebook
*.ipynb
.ipynb_checkpoints/

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

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

# IDEs
.idea/
.vscode/

# Project output
/output/
*.csv

# OS
.DS_Store
Thumbs.db
