Files
2026-01-28 15:31:49 +01:00

34 lines
345 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### Python
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyd
.Python
*.egg-info/
.eggs/
dist/
build/
### Virtual environments
.venv/
venv/
ENV/
### IDEs
.vscode/
.idea/
### OS
Thumbs.db
Desktop.ini
.DS_Store
### Secrets / local env
.env
### App data (dont commit runtime db/uploads)
instance/*.db
static/uploads/*
!static/uploads/readme.txt