6c1a69af0d
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
51 lines
778 B
Plaintext
51 lines
778 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
venv/
|
|
.python-version
|
|
|
|
# Secrets
|
|
.env
|
|
dofile/kg_project/config/api_keys.yaml
|
|
|
|
# LaTeX build artifacts
|
|
officefile/latex/*.aux
|
|
officefile/latex/*.log
|
|
officefile/latex/*.out
|
|
officefile/latex/*.synctex.gz
|
|
officefile/latex/*.fls
|
|
officefile/latex/*.fdb_latexmk
|
|
officefile/latex/*.toc
|
|
officefile/latex/*.lof
|
|
officefile/latex/*.lot
|
|
officefile/latex/*.bbl
|
|
officefile/latex/*.blg
|
|
|
|
# LaTeX paper (independent Overleaf git repo — do NOT track in root)
|
|
officefile/latex/
|
|
|
|
# Data files (large, tracked separately via archive/)
|
|
data/
|
|
|
|
# Archive (frozen snapshots, not version-controlled)
|
|
archive/
|
|
|
|
# Large archives
|
|
*.rar
|
|
*.zip
|
|
dofile/**/output-*.zip
|
|
|
|
# Logs and runtime outputs
|
|
dofile/*/logs/
|
|
output/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|