Files
rag_agent/rag-web-ui/.gitignore
2026-04-13 11:34:23 +08:00

61 lines
573 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
.coverage
htmlcov/
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
chroma_db/
# Node/Next.js
node_modules/
.next/
out/
.DS_Store
*.pem
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.vercel
.turbo
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Project specific
backend/static/
backend/media/
frontend/.env
backend/.env