| # Model Weights (Too Large for Git) | |
| *.gguf | |
| *.bin | |
| *.safetensors | |
| *.pt | |
| *.pth | |
| *.model | |
| # HuggingFace Cache | |
| models/.cache/ | |
| .cache/ | |
| /huggingface_cache/ | |
| # Large tokenizer files (duplicated across adapters, ~17MB each) | |
| **/tokenizer.json | |
| # Python Bytecode | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| .eggs/ | |
| # Environment | |
| .env | |
| .env.local | |
| .venv/ | |
| venv/ | |
| env/ | |
| # Logs | |
| *.log | |
| /reasoning_forge/.logs/ | |
| /inference/.logs/ | |
| *.tmp | |
| # pytest Cache | |
| .pytest_cache/ | |
| .coverage | |
| htmlcov/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| .DS_Store | |
| # OS | |
| Thumbs.db | |
| .AppleDouble | |
| # Temporary Files | |
| *.bak | |
| *.backup | |
| *_backup | |
| # Training artifacts (adapter checkpoints - large binaries) | |
| adapters/*/ | |
| !adapters/.gitkeep | |
| checkpoint-*/ | |
| # Logs & metrics | |
| logs/ | |
| observatory_metrics.json | |
| dataset_quality_log.json | |
| # Database files | |
| data/codette_sessions.db | |
| data/codette_memory.db | |
| data/codette_memory.db-journal | |
| # Sensitive / encrypted identity files | |
| data/identities/*.enc | |
| # Word docs (binary) | |
| *.docx | |
| # Generated datasets (large) | |
| datasets/*.jsonl | |
| # Images / PDFs (binary) | |
| *.png | |
| *.jpg | |
| # Claude worktrees | |
| .claude/worktrees/ | |
| # OS extras | |
| desktop.ini | |
| # Research binary artifacts | |
| research/experiments/Codette_Quantum_Harmonic_Framework.png | |