# Python
__pycache__/
**/__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# iPython
**/.ipynb_checkpoints
notebooks/

# Virtual Environment
.env
.venv
env/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Test
.coverage
htmlcov
.pytest_cache/

# Distribution
dist/

# OS
.DS_Store
**/.DS_Store
*nohup.out

# App specific
.mantle
data.db