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

# Test & Coverage
.coverage
coverage.xml
.cache/
.pytest_cache/

# Jupyter
.ipynb_checkpoints/

# OS
.DS_Store

# IDE
.vscode/
.idea/

# Environments
.env
.venv