23 lines
315 B
Plaintext
23 lines
315 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.env
|
|
.venv/
|
|
bin/
|
|
*.egg-info/
|
|
dist/
|
|
node_modules/
|
|
.DS_Store
|
|
*.tar.gz
|
|
backups/*.tar.gz
|
|
audit/*
|
|
data/settings.json
|
|
data/chat-history.json
|
|
data/cost-history.json
|
|
data/scheduler-history.json
|
|
data/error-log.json
|
|
data/circuit-breaker.json
|
|
data/memory.db
|
|
data/kanban/*.json
|
|
data/uploads/
|
|
scheduler/*.pyc
|