Files
fastapi/.dockerignore
T

29 lines
249 B
Plaintext
Raw Normal View History

2026-06-01 17:57:31 +08:00
.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/