__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl

*.so
*.dylib

.env
.env.*
.venv/
venv/
env/

.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/
htmlcov/
.coverage
coverage.xml

*.log
output/
runs/
checkpoints/
wandb/

.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

site/
.cache/

*.ipynb_checkpoints/
