进一步完善课程体系
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
**/node_modules/
|
||||
*/node_modules/
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
# Runtime data: JSON "database" files are generated on first boot from
|
||||
# data/seed/. They behave like a local database and should not be committed.
|
||||
# The seed files under data/seed/ ARE committed.
|
||||
data/users.json
|
||||
data/tokens.json
|
||||
data/*.json.tmp
|
||||
|
||||
# IDE / OS
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user