# Python
__pycache__/
*.pyc
.venv/

# Secrets and local settings — never commit these
.env
*.local

# Editors and operating systems
.DS_Store
Thumbs.db
.idea/
.vscode/
