# 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/