# Virtual environments
.venv/
venv/
env/
ENV/

# Build / distribution
dist/
build/
*.egg-info/
*.eggs/

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

# Jupyter
.ipynb_checkpoints/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml
*.cover

# Misc
.DS_Store
.env
*.log
