20 lines
244 B
Plaintext
20 lines
244 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
data/
|
|
app/static/
|
|
frontend/node_modules/
|
|
frontend/*.tsbuildinfo
|
|
frontend/vite.config.js
|
|
frontend/vite.config.d.ts
|
|
.env
|
|
.env.*
|
|
*.sqlite3
|
|
*.sqlite3-*
|
|
users.json
|
|
access_key*
|
|
secrets/
|
|
backups/
|
|
.DS_Store
|