# Python caches
__pycache__/
*.pyc
*.pyo
*.pyd

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

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

# Logs
*.log

# Virtual Environments (if any)
venv/
env/
.env

# Project specific
# We keep the previews because they are needed for the Gallery feature
# previews/ 
