Gridmind / .gitignore
adityss's picture
refactor: replace heuristic log generation with Go-based environment simulation and update API schema
3b977fc
raw
history blame contribute delete
837 Bytes
# Secrets
.env
!.env.example
# Python
__pycache__/
*.pyc
*.pyo
*.so
.Python
venv/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
# Go
*.exe
gridmind-out.exe
gridmind-test.exe
gridmind-server
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Build and test artifacts
build/
dist/
*.log
*.orig
test_output.json
test_suite_results.json
# Old architecture (removed)
embed/
gridmind_rl.egg-info/
HACKATHON_COMPLIANCE_REPORT.md
STRICT_QA_COMPLIANCE_REPORT.md
qa_strict_tests.py
qa_test_suite.py
*.exe
# Machine Learning & Data
results/
outputs/
logs/
models/
checkpoints/
wandb/
*.pth
*.pt
*.ckpt
*.safetensors
*.onnx
# AI Agent Artifacts
IMPLEMENTATION_PLAN.md
TODO_SPRINT.md
context.md
REPORT.mdgridmind.exe
gridmind-server.exe