# Python cache
__pycache__/
*.pyc
*.pyo

# Virtualenvs
.venv/
venv/
env/
ENV/

# Logs
*.log

# Windows junk
Thumbs.db
Desktop.ini