Files
student_manage_system/.gitignore
T
2026-09-21 06:58:36 +08:00

17 lines
135 B
Plaintext

.venv/
.idea
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
tests/
.git/
.github/
*.md
!README.md
.env
.env.*
Dockerfile