summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 08b96ea313a37c2db6288a221890d3eb14e886bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Keys and secrets
.env

# Data files (allow conversation history to be committed)

# Frontend
frontend/node_modules/
frontend/dist/
frontend/.vite/