# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.build/
build/
dist/
.pytest_cache/
.ipynb_checkpoints
.cache/

# virtual env / tools
.venv/
.uv/
.env
*.log
