# Python
__pycache__/
*.pyc
*.pyd
*.pyo
*.egg-info/
.Python

# Distribution
dist/
build/
*.egg

# Environments
.venv/
venv/
env/
/htmlcov/
.tox/

# Editors
.vscode/
.idea/
*.swp
*.bak

# Jupyter Notebook
*.ipynb

# Logs
*.log

# OS generated files
.DS_Store
thumbs.db