# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/

# WinStack runtime state (created when you run winstack)
.winstack/

# Environment files — keep examples, ignore actuals
.env
!.env.example

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Distribution / packaging
*.tar.gz
*.whl
MANIFEST
