customercore / .gitignore
Saibalaji Namburi
chore: remove personal study docs from git tracking
0088b5e
Raw
History Blame
569 Bytes
.venv/
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Secrets - NEVER commit
.env
.env.local
.env.*.local
.doppler.yaml
*.key
*.pem
# Data and databases
data/
*.duckdb
*.db
mlruns.db
mlruns/
# dbt artifacts
.dbt/
dbt_packages/
target/
# Logs and audit trails
logs/
*.log
audit_trail.jsonl
# Old version files
customercore_v*.docx
customercore_v*.js
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Coverage
htmlcov/
.coverage
coverage.xml
# Personal study docs — local only, not for GitHub
BUILD_GUIDE.md
CustomerCore_Progress_Summary.md