glam/.gitignore
kempersc 0a888ec682 chore: add node_modules to .gitignore and remove from tracking
- Add node_modules/ and .pnpm-store/ to .gitignore
- Remove 76k node_modules files from git tracking
- Update frontend manifest
2026-01-11 00:41:21 +01:00

140 lines
No EOL
1.6 KiB
Text

# Node
node_modules/
.pnpm-store/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
/lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# documents
docs/invoice
data/custodian/web/bu
data/custodian/weboj
data/custodian/person/affiliated/manual/
data/custodian/web
# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
.venv/
# Poetry
poetry.lock
.poetry/
# Testing
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.pytest_cache/
htmlcov/
# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Jupyter
.ipynb_checkpoints/
*.ipynb
# Environment variables
.env
.env.local
.env.*.local
# Documentation
docs/_build/
site/
# spaCy models
*.spacy
*.bin
# Data files (large CSVs, JSONs, etc.)
# Uncomment if you don't want to track large data files
# *.csv
# *.json
# *.parquet
# *.db
# *.sqlite
# Output files
output/
exports/
cache/
# Logs
logs/
*.log
# Infrastructure secrets
infrastructure/terraform/terraform.tfvars
infrastructure/terraform/*.auto.tfvars
infrastructure/terraform/.terraform/
infrastructure/terraform/*.tfstate*
# DuckDB lakehouse databases
data/ducklake/*.duckdb
data/ducklake/*.duckdb.wal
data/ducklake/
# backups
data/custodian.backup.20251230
data/custodian/person/bu_final
# Large reference data (filtered from git history)
data/reference/allCountries.*
data/reference/geonames.db
data/reference/halc/*.gpkg
# Web archives
**/*.warc.gz
**/*.warc
# Large RDF exports
**/*.nt
**/*.trix
**/*.nq
# Large backups
*.backup*