# Secrets
.env
.env.*

# Python
__pycache__/
*.pyc
*.pyo
.venv/

# uv
.uv/

# OS
.DS_Store
Thumbs.db

# Backups
bak_*

# Logs
*.log
