# Dependencies
node_modules/
.venv/
venv/
__pycache__/
*.pyc

# Build outputs
.next/
dist/
build/
*.egg-info/

# Environment files (secrets in Infisical)
.env
.env.local
.env.production
.env.prod
*.env

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Cache
.cache/
.ruff_cache/
.pytest_cache/
.mypy_cache/

# Payload CMS
payload-types.ts

# Package locks (keep for reproducibility)
# package-lock.json
# poetry.lock
