Files

31 lines
270 B
Plaintext
Raw Permalink Normal View History

2026-06-01 17:57:31 +08:00
.git
.env
.env.*
!.env.example
!.env.production.example
2026-06-01 17:57:31 +08:00
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.venv/
backend/
2026-06-01 17:57:31 +08:00
storage/
reports/
uploads/
*.db
*.sqlite
*.sqlite3
*.log
*.pdf
frontend/
docs/
demo_frontend/
tests/
scripts/*.ps1