27 lines
362 B
Plaintext
27 lines
362 B
Plaintext
# Database and logs
|
|
*.db
|
|
*.db-journal
|
|
*.log
|
|
|
|
# Python virtual environment & cache
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
|
|
# Node dependencies and build output
|
|
node_modules/
|
|
dist/
|
|
.svelte-kit/
|
|
|
|
# User config & environment secrets
|
|
config/cookies.txt
|
|
.env
|
|
.env.*
|
|
.DS_Store
|
|
token.pickle
|
|
config/client_secret.json
|
|
config/token.pickle
|
|
backend/sync_rotation.json
|
|
._*
|