__pycache__/
*.pyc
.env
.env.*
venv/
.venv/
*.egg-info/
dist/
build/
.streamlit/
vector_store/
*.faiss.bin
chroma_db/

# backend
backend/__pycache__/
backend/.env
backend/vector_store/

# frontend
frontend/node_modules/
frontend/dist/
frontend/.env

# opencode
.opencode/node_modules/

# tools
twc-*.yaml

# IDE
.idea/
.vscode/
*.swp
*.swo
