# Environment
.env
.env.local
.env*.local

# Data
data/
*.log

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

# Node
node_modules/

# Next.js
.next/
.source/
out/
*.tsbuildinfo
next-env.d.ts

# Docker
.docker/

# OS
.DS_Store
Thumbs.db

# Models cache
.cache/

# Build output
target/
