17 lines
203 B
Plaintext
17 lines
203 B
Plaintext
.git
|
|
.venv
|
|
venv
|
|
__pycache__
|
|
*.py[cod]
|
|
*.egg-info
|
|
.pytest_cache
|
|
.mypy_cache
|
|
.ruff_cache
|
|
node_modules
|
|
frontend/node_modules
|
|
frontend/angular/node_modules
|
|
frontend/angular/dist
|
|
db.sqlite3
|
|
staticfiles
|
|
media
|