# Environment files with credentials
.env

# Generated images (user should manage their own)
*.png
*.jpg
*.jpeg

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

# Virtual environments
venv/
ENV/
env/
.venv/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
