flexigo-support-bot / .gitignore
victor34593993's picture
audit fixes: cross-tenant routing, token re-mint, secret guards, DB uniqueness
c048d5a verified
Raw
History Blame
250 Bytes
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.ruff_cache/
# Env & secrets
.env
.env.*
!.env.example
*.local
# Local data / model cache
*.db
*.sqlite3
.hf_cache/
.fastembed_cache/
uploads/
# OS / editor
.DS_Store
node_modules/