Files
student_manage_system/.gitignore
2026-09-23 20:34:34 +08:00

17 lines
137 B
Plaintext

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