# ---- Python ----
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/
build/
dist/
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.hypothesis/

# ---- Node / JS ----
node_modules/
.next/
out/
.turbo/
*.tsbuildinfo
.pnpm-store/
npm-debug.log*
yarn-error.log*

# ---- Environment / secrets ----
.env
.env.*
!.env.example
*.pem
*.key
secrets.*

# ---- Terraform ----
.terraform/
*.tfstate
*.tfstate.*
*.tfvars
!*.tfvars.example
.terraform.lock.hcl

# ---- OS / editor ----
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*~

# ---- Build / artifacts ----
*.log
tmp/
.cache/
.vercel
.env*
