# Environment files - NEVER commit these
.env.local
.env.prod
.env.dev

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

# Node
node_modules/
.next/
out/

# Logs
*.log
*.log.jsonl
*.lock

# OS
.DS_Store
Thumbs.db

# Docker volumes
postgres_data/
redis_data/
minio_data/

# Misc
transformers_cache/
