46 lines
640 B
Plaintext
46 lines
640 B
Plaintext
# Node
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
.next/
|
|
.turbo/
|
|
*.tsbuildinfo
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
.venv*/
|
|
venv/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
*.egg-info/
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Ingestion large/derived artifacts (regeneratable — never commit)
|
|
ingestion/data/interim/*
|
|
!ingestion/data/interim/.gitkeep
|
|
ingestion/data/processed/*
|
|
!ingestion/data/processed/.gitkeep
|
|
|
|
# Terraform
|
|
**/.terraform/
|
|
*.tfstate
|
|
*.tfstate.*
|
|
*.tfvars
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Claude Code personal/local settings (bypass permissions mode etc. — not shared)
|
|
.claude/settings.local.json
|