Skip to content

Commit 9130a9d

Browse files
committed
Pulling to restarting the maintaining
1 parent f0d3b4c commit 9130a9d

21 files changed

+1416
-1416
lines changed

.gitignore

Lines changed: 194 additions & 194 deletions
Original file line numberDiff line numberDiff line change
@@ -1,194 +1,194 @@
1-
2-
# Created by https://www.gitignore.io/api/sonar,flask,python,sonarqube
3-
# Edit at https://www.gitignore.io/?templates=sonar,flask,python,sonarqube
4-
5-
### Flask ###
6-
instance/*
7-
!instance/.gitignore
8-
.webassets-cache
9-
10-
### Flask.Python Stack ###
11-
# Byte-compiled / optimized / DLL files
12-
__pycache__/
13-
*.py[cod]
14-
*$py.class
15-
16-
# C extensions
17-
*.so
18-
19-
# Distribution / packaging
20-
.Python
21-
build/
22-
develop-eggs/
23-
dist/
24-
downloads/
25-
eggs/
26-
.eggs/
27-
lib/
28-
lib64/
29-
parts/
30-
sdist/
31-
var/
32-
wheels/
33-
share/python-wheels/
34-
*.egg-info/
35-
.installed.cfg
36-
*.egg
37-
MANIFEST
38-
39-
# PyInstaller
40-
# Usually these files are written by a python script from a template
41-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
42-
*.manifest
43-
*.spec
44-
45-
# Installer logs
46-
pip-log.txt
47-
pip-delete-this-directory.txt
48-
49-
# Unit test / coverage reports
50-
htmlcov/
51-
.tox/
52-
.nox/
53-
.coverage
54-
.coverage.*
55-
.cache
56-
nosetests.xml
57-
coverage.xml
58-
*.cover
59-
.hypothesis/
60-
.pytest_cache/
61-
62-
# Translations
63-
*.mo
64-
*.pot
65-
66-
# Django stuff:
67-
*.log
68-
local_settings.py
69-
db.sqlite3
70-
71-
# Flask stuff:
72-
instance/
73-
74-
# Scrapy stuff:
75-
.scrapy
76-
77-
# Sphinx documentation
78-
docs/_build/
79-
80-
# PyBuilder
81-
target/
82-
83-
# Jupyter Notebook
84-
.ipynb_checkpoints
85-
86-
# IPython
87-
profile_default/
88-
ipython_config.py
89-
90-
# pyenv
91-
.python-version
92-
93-
# celery beat schedule file
94-
celerybeat-schedule
95-
96-
# SageMath parsed files
97-
*.sage.py
98-
99-
# Environments
100-
.env
101-
.venv
102-
env/
103-
venv/
104-
ENV/
105-
env.bak/
106-
venv.bak/
107-
108-
# Spyder project settings
109-
.spyderproject
110-
.spyproject
111-
112-
# Rope project settings
113-
.ropeproject
114-
115-
# mkdocs documentation
116-
/site
117-
118-
# mypy
119-
.mypy_cache/
120-
.dmypy.json
121-
dmypy.json
122-
123-
# Pyre type checker
124-
.pyre/
125-
126-
### Python ###
127-
# Byte-compiled / optimized / DLL files
128-
129-
# C extensions
130-
131-
# Distribution / packaging
132-
133-
# PyInstaller
134-
# Usually these files are written by a python script from a template
135-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
136-
137-
# Installer logs
138-
139-
# Unit test / coverage reports
140-
141-
# Translations
142-
143-
# Django stuff:
144-
145-
# Flask stuff:
146-
147-
# Scrapy stuff:
148-
149-
# Sphinx documentation
150-
151-
# PyBuilder
152-
153-
# Jupyter Notebook
154-
155-
# IPython
156-
157-
# pyenv
158-
159-
# celery beat schedule file
160-
161-
# SageMath parsed files
162-
163-
# Environments
164-
165-
# Spyder project settings
166-
167-
# Rope project settings
168-
169-
# mkdocs documentation
170-
171-
# mypy
172-
173-
# Pyre type checker
174-
175-
### Python Patch ###
176-
.venv/
177-
178-
### Sonar ###
179-
#Sonar generated dir
180-
/.sonar/
181-
182-
### SonarQube ###
183-
# SonarQube ignore files.
184-
#
185-
# https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
186-
# Sonar Scanner working directories
187-
.sonar/
188-
.scannerwork/
189-
190-
# http://www.sonarlint.org/commandline/
191-
# SonarLint working directories, configuration files (including credentials)
192-
.sonarlint/
193-
194-
# End of https://www.gitignore.io/api/sonar,flask,python,sonarqube
1+
2+
# Created by https://www.gitignore.io/api/sonar,flask,python,sonarqube
3+
# Edit at https://www.gitignore.io/?templates=sonar,flask,python,sonarqube
4+
5+
### Flask ###
6+
instance/*
7+
!instance/.gitignore
8+
.webassets-cache
9+
10+
### Flask.Python Stack ###
11+
# Byte-compiled / optimized / DLL files
12+
__pycache__/
13+
*.py[cod]
14+
*$py.class
15+
16+
# C extensions
17+
*.so
18+
19+
# Distribution / packaging
20+
.Python
21+
build/
22+
develop-eggs/
23+
dist/
24+
downloads/
25+
eggs/
26+
.eggs/
27+
lib/
28+
lib64/
29+
parts/
30+
sdist/
31+
var/
32+
wheels/
33+
share/python-wheels/
34+
*.egg-info/
35+
.installed.cfg
36+
*.egg
37+
MANIFEST
38+
39+
# PyInstaller
40+
# Usually these files are written by a python script from a template
41+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
42+
*.manifest
43+
*.spec
44+
45+
# Installer logs
46+
pip-log.txt
47+
pip-delete-this-directory.txt
48+
49+
# Unit test / coverage reports
50+
htmlcov/
51+
.tox/
52+
.nox/
53+
.coverage
54+
.coverage.*
55+
.cache
56+
nosetests.xml
57+
coverage.xml
58+
*.cover
59+
.hypothesis/
60+
.pytest_cache/
61+
62+
# Translations
63+
*.mo
64+
*.pot
65+
66+
# Django stuff:
67+
*.log
68+
local_settings.py
69+
db.sqlite3
70+
71+
# Flask stuff:
72+
instance/
73+
74+
# Scrapy stuff:
75+
.scrapy
76+
77+
# Sphinx documentation
78+
docs/_build/
79+
80+
# PyBuilder
81+
target/
82+
83+
# Jupyter Notebook
84+
.ipynb_checkpoints
85+
86+
# IPython
87+
profile_default/
88+
ipython_config.py
89+
90+
# pyenv
91+
.python-version
92+
93+
# celery beat schedule file
94+
celerybeat-schedule
95+
96+
# SageMath parsed files
97+
*.sage.py
98+
99+
# Environments
100+
.env
101+
.venv
102+
env/
103+
venv/
104+
ENV/
105+
env.bak/
106+
venv.bak/
107+
108+
# Spyder project settings
109+
.spyderproject
110+
.spyproject
111+
112+
# Rope project settings
113+
.ropeproject
114+
115+
# mkdocs documentation
116+
/site
117+
118+
# mypy
119+
.mypy_cache/
120+
.dmypy.json
121+
dmypy.json
122+
123+
# Pyre type checker
124+
.pyre/
125+
126+
### Python ###
127+
# Byte-compiled / optimized / DLL files
128+
129+
# C extensions
130+
131+
# Distribution / packaging
132+
133+
# PyInstaller
134+
# Usually these files are written by a python script from a template
135+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
136+
137+
# Installer logs
138+
139+
# Unit test / coverage reports
140+
141+
# Translations
142+
143+
# Django stuff:
144+
145+
# Flask stuff:
146+
147+
# Scrapy stuff:
148+
149+
# Sphinx documentation
150+
151+
# PyBuilder
152+
153+
# Jupyter Notebook
154+
155+
# IPython
156+
157+
# pyenv
158+
159+
# celery beat schedule file
160+
161+
# SageMath parsed files
162+
163+
# Environments
164+
165+
# Spyder project settings
166+
167+
# Rope project settings
168+
169+
# mkdocs documentation
170+
171+
# mypy
172+
173+
# Pyre type checker
174+
175+
### Python Patch ###
176+
.venv/
177+
178+
### Sonar ###
179+
#Sonar generated dir
180+
/.sonar/
181+
182+
### SonarQube ###
183+
# SonarQube ignore files.
184+
#
185+
# https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
186+
# Sonar Scanner working directories
187+
.sonar/
188+
.scannerwork/
189+
190+
# http://www.sonarlint.org/commandline/
191+
# SonarLint working directories, configuration files (including credentials)
192+
.sonarlint/
193+
194+
# End of https://www.gitignore.io/api/sonar,flask,python,sonarqube

0 commit comments

Comments
 (0)