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

# uv
.venv/
.python-version

# Distribution / packaging
MANIFEST
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.tar.gz

# Testing
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
*.cover
htmlcov/
.pytest_cache/
.hypothesis/

# Mypy / type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# IDEs
.idea/
.vscode/
*.iml

# OS
.DS_Store
Thumbs.db
