34 lines
364 B
Plaintext
34 lines
364 B
Plaintext
# Environment / secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
venv/
|
|
.venv/
|
|
*.log
|
|
|
|
# Node / frontend
|
|
node_modules/
|
|
dist/
|
|
.vite/
|
|
npm-debug.log*
|
|
|
|
# PocketBase data
|
|
pb_data/
|
|
pb_migrations/*.local.js
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Google service account credentials
|
|
*service-account*.json
|