# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.pytest_cache/
.venv/
venv/
dist/
build/

# Frontend
frontend/node_modules/
frontend/.next/

# Environment
.env
.env.local
*.env

# OS
.DS_Store
Thumbs.db

# Docker
*.log.env.local
