18 lines
217 B
Plaintext
18 lines
217 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
node_modules/
|
|
.idea/
|
|
.vscode/
|
|
dist/
|
|
build/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local AI worker/runtime artifacts
|
|
ai/worker.lock
|
|
|
|
# Local backend runtime data
|
|
backend/data/*.sqlite3
|
|
!backend/data/.gitkeep
|