__pycache__/
*.py[cod]
*$py.class

venv/
.env/
*.venv

build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/

conda-recipe/build/
conda-recipe/.cache/

.ipynb_checkpoints/

*.log
*.out
*.err
.DS_Store
Thumbs.db

.vscode/
.idea/
*.swp
*.swo

htmlcov/
.coverage
.tox/
.nox/
.pytest_cache/
pytest_debug.log

*.prof
*.lprof
.cache/

