CoolFace
Apppublic

Tsah00/sql-env

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes
.gitignore32 linesDownload Raw Back to root
1# Python2__pycache__/3*.py[cod]4*.pyo5.pytest_cache/6*.egg-info/7dist/8build/9.eggs/10 11# Virtual environments12venv/13.venv/14env/15 16# Editor / OS17.DS_Store18.idea/19.vscode/20*.swp21*.swo22 23# Nested clone (do not push)24sql-env/25 26# Secrets27.env28*.key29 30# Claude memory31.claude/32