29 lines
249 B
Plaintext
29 lines
249 B
Plaintext
.git
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
.coverage
|
|
|
|
backend/.venv/
|
|
backend/storage/
|
|
storage/
|
|
reports/
|
|
uploads/
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
*.log
|
|
*.pdf
|
|
|
|
frontend/
|
|
docs/
|
|
demo_frontend/
|
|
scripts/
|