Files
comunidadhll/.gitignore
2026-03-23 13:29:06 +01:00

20 lines
276 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
backend/data/snapshots/**
!backend/data/snapshots/.gitkeep