Dispatcharr/.gitignore
SergeantPanda d1344adb4f chore(uwsgi): update configuration for worker reload mechanism
Added a new file entry to .gitignore for .uwsgi-reload and modified uwsgi.debug.ini to implement a touch-based worker reload mechanism, replacing the previous py-autoreload setting. This change enhances the management of API worker reloads during development.
2026-07-14 00:53:03 +00:00

25 lines
No EOL
282 B
Text
Executable file

.DS_Store
**/__pycache__/
**/.vscode/
**/venv
*.pyc
node_modules/
.history/
staticfiles/
docker/DockerfileAIO
docker/Dockerfile DEV
static/
data/
.next
next-env.d.ts
media/
celerybeat-schedule*
dump.rdb
debugpy*
uwsgi.sock
.uwsgi-reload
package-lock.json
models
.idea
.vite/
uv.lock