# Dependencies
node_modules/
vendor/
.venv/
venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/

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

# Environment
.env
.env.local
.env.*.local
!.env.example

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

# Logs
*.log
logs/

# Test coverage
coverage/
htmlcov/
.coverage

# Terraform
.terraform/
*.tfstate
*.tfstate.*
*.tfvars
!*.tfvars.example

# Docker
.docker/

# OS
Thumbs.db

# Go
apps/api/bin/
apps/api/tmp/

# Python
*.egg
.eggs/
*.so

# Next.js
apps/dashboard/.next/
apps/dashboard/out/
apps/dashboard/.vercel

# Temporary
tmp/
temp/
*.tmp
