PlainSQL / .gitignore
LalitChaudhari3's picture
feat: synchronize text-to-sql-bot codebase with Hugging Face Space repository, including Docker build configurations
6086e71
Raw
History Blame Contribute Delete
1.76 kB
# ── Python ───────────────────────────────────────────────
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
*.egg
# ── Virtual Environments ─────────────────────────────────
.venv/
venv/
env/
# ── Environment / Secrets ────────────────────────────────
.env
.env.local
.env.production
# ── ChromaDB ─────────────────────────────────────────────
chroma_db/
# ── IDE ──────────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
# ── OS ───────────────────────────────────────────────────
.DS_Store
Thumbs.db
# ── Testing ──────────────────────────────────────────────
.pytest_cache/
htmlcov/
.coverage
# ── AI Assistants ────────────────────────────────────────
.zencoder/
.zenflow/
.gemini/
# ── Node (frontend) ─────────────────────────────────────
node_modules/
.next/
out/
# ── Evaluation Results ──────────────────────────────────
evaluation_results.json