first commit
This commit is contained in:
+59
@@ -0,0 +1,59 @@
|
||||
# OS / editors
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.python-version
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
.pyre/
|
||||
.tox/
|
||||
.nox/
|
||||
.coverage
|
||||
.coverage.*
|
||||
htmlcov/
|
||||
|
||||
# Virtualenvs
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
coursedoc/
|
||||
.codex-venv-docx/
|
||||
data/
|
||||
postgres.env
|
||||
|
||||
# Secrets / env files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
bot/.env
|
||||
menu_scraper/.env
|
||||
rag_api/.env
|
||||
|
||||
# Runtime data
|
||||
data/chroma/
|
||||
data/menu/*.json
|
||||
data/knowledge/
|
||||
|
||||
# Local databases / temp
|
||||
*.sqlite3
|
||||
*.db
|
||||
*.tmp
|
||||
tmp/
|
||||
|
||||
# Build artifacts
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
|
||||
Reference in New Issue
Block a user