# Python
__pycache__/
*.pyc

# Build / packaging
dist/   
build/
*.egg-info/

# Virtual environments
.venv/
venv/
env/

# OS
.DS_Store
Thumbs.db