CoolFace
Apppublic

Vineshnayak/CodeSage

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
.gitignore30 linesDownload Raw Back to root
1# Environment variables (API Keys, Secrets)2.env3.env.local4.env.*5 6# Python caches and compiled files7__pycache__/8*.py[cod]9*$py.class10 11# Virtual environments12venv/13env/14.venv/15.env/16 17# Data artifacts and indexes18data/index/19data/graph/20*.index21*.pkl22*.json23 24# OS specific files25.DS_Store26.DS_Store?27._*28.Spotlight-V10029.Trashes30