Skip to content

Commit 905cab7

Browse files
committed
fix path
1 parent 398a857 commit 905cab7

File tree

2 files changed

+6
-106
lines changed

2 files changed

+6
-106
lines changed

.gitignore

Lines changed: 6 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -1,112 +1,12 @@
1-
# Byte-compiled / optimized / DLL files
1+
docs/site
2+
build/
23
__pycache__/
4+
.idea
5+
.vscode
6+
*.egg-info
37
*.py[cod]
48
*$py.class
59
*.pyc
6-
7-
# C extensions
8-
*.so
9-
10-
# Distribution / packaging
11-
.Python
12-
env/
13-
build/
14-
develop-eggs/
15-
dist/
16-
downloads/
17-
eggs/
18-
.eggs/
19-
lib/
20-
lib64/
21-
parts/
22-
sdist/
23-
var/
24-
wheels/
25-
*.egg-info/
26-
.installed.cfg
27-
*.egg
28-
MANIFEST
29-
30-
# PyInstaller
31-
# Usually these files are written by a python script from a template
32-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
33-
*.manifest
34-
*.spec
35-
36-
# Installer logs
37-
pip-log.txt
38-
pip-delete-this-directory.txt
39-
40-
# Unit test / coverage reports
41-
htmlcov/
42-
.tox/
43-
.coverage
44-
.coverage.*
45-
.cache
46-
nosetests.xml
47-
coverage.xml
48-
*.cover
49-
.hypothesis/
50-
51-
# Translations
52-
*.mo
53-
*.pot
54-
55-
# Django stuff:
56-
*.log
57-
local_settings.py
58-
59-
# Flask stuff:
60-
instance/
61-
.webassets-cache
62-
63-
# Scrapy stuff:
64-
.scrapy
65-
66-
# Sphinx documentation
67-
docs/_build/
68-
69-
# PyBuilder
70-
target/
71-
72-
# Jupyter Notebook
73-
.ipynb_checkpoints
74-
75-
# pyenv
76-
.python-version
77-
78-
# celery beat schedule file
79-
celerybeat-schedule
80-
81-
# SageMath parsed files
82-
*.sage.py
83-
84-
# dotenv
85-
.env
86-
87-
# virtualenv
8810
.venv
89-
venv/
90-
ENV/
91-
92-
# Spyder project settings
93-
.spyderproject
94-
.spyproject
95-
96-
# Rope project settings
97-
.ropeproject
98-
99-
# mkdocs documentation
100-
/site
101-
102-
# mypy
103-
.mypy_cache/
104-
105-
# PyCharm stuff
106-
.idea/
107-
108-
# Linux stuff
109-
*\~
110-
111-
*.orig
11+
dist/
11212
.DS_Store
File renamed without changes.

0 commit comments

Comments
 (0)