.env *.env .env.local .env.*.local secrets.json .claude/ brain_cache/ *.sqlite3 *.sqlite *.pth *.pt *.pkl *.zip *.safetensors # Allow brain core LoRA adapters (required for app at runtime) !models/brain_cores/**/*.safetensors !models/brain_cores/**/*.json !models/brain_cores/**/*.bin !models/brain_cores/**/*.txt !models/brain_cores/**/*.model # Allow BERT model (required for semantic cache) !models/bert/model.safetensors !models/bert/*.json !models/bert/*.txt __pycache__/ *.pyc datasets/ data/ cache/ user_data/ agent_data/ brain_data/research_cache/ .vscode/ fix_nzg.py test_network.py test_topology.py test_network.zip