Files
xsk-education-management/.gitignore
T
2026-06-12 02:50:15 +08:00

15 lines
134 B
Plaintext

.env
.env.*
!.env.example
*.log
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
data/
backups/
.DS_Store