# Virtual environment
.venv/

# Python cache
__pycache__/
*.py[cod]
*$py.class

# Build / packaging
build/
dist/
*.spec

# PyInstaller
*.exe

# OS files
.DS_Store
Thumbs.db