Skip to content

Commit a962b45

Browse files
committed
test
1 parent 9c5958b commit a962b45

File tree

6 files changed

+4
-119
lines changed

6 files changed

+4
-119
lines changed

.gitignore

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
__pycache__/
33
*.py[cod]
44
*$py.class
5+
.idea/
6+
.idea/vcs.xml
57

68
# C extensions
79
*.so
8-
*.xmind
9-
*.pdf
1010

1111
# Distribution / packaging
1212
.Python
@@ -22,7 +22,6 @@ lib64/
2222
parts/
2323
sdist/
2424
var/
25-
wheels/
2625
*.egg-info/
2726
.installed.cfg
2827
*.egg
@@ -45,7 +44,7 @@ htmlcov/
4544
.cache
4645
nosetests.xml
4746
coverage.xml
48-
*.cover
47+
*,cover
4948
.hypothesis/
5049

5150
# Translations
@@ -69,7 +68,7 @@ docs/_build/
6968
# PyBuilder
7069
target/
7170

72-
# Jupyter Notebook
71+
# IPython Notebook
7372
.ipynb_checkpoints
7473

7574
# pyenv
@@ -78,26 +77,15 @@ target/
7877
# celery beat schedule file
7978
celerybeat-schedule
8079

81-
# SageMath parsed files
82-
*.sage.py
83-
8480
# dotenv
8581
.env
8682

8783
# virtualenv
88-
.venv
8984
venv/
9085
ENV/
9186

9287
# Spyder project settings
9388
.spyderproject
94-
.spyproject
9589

9690
# Rope project settings
9791
.ropeproject
98-
99-
# mkdocs documentation
100-
/site
101-
102-
# mypy
103-
.mypy_cache/

Django_leaning_notes/.gitignore

Lines changed: 0 additions & 103 deletions
This file was deleted.

Django_leaning_notes/Django概览.pdf

447 KB
Binary file not shown.
195 KB
Binary file not shown.
273 KB
Binary file not shown.
479 KB
Binary file not shown.

0 commit comments

Comments
 (0)