Files
2026-05-12 23:37:04 +03:00

60 lines
559 B
Plaintext

# 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/