File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,10 @@ db.sqlite3
6262db.sqlite3-journal
6363
6464# Flask stuff:
65+ flask_session /
6566instance /
6667.webassets-cache
68+ _ [a-zA-Z ]* .py
6769
6870# Scrapy stuff:
6971.scrapy
@@ -137,6 +139,7 @@ venv.bak/
137139
138140# mkdocs documentation
139141/site
142+ /zite
140143
141144# mypy
142145.mypy_cache /
@@ -157,15 +160,21 @@ cython_debug/
157160# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
158161# and can be added to the global gitignore or merged into this file. For a more nuclear
159162# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160- # .idea/
163+ # .idea/
164+
165+ # Pylint
166+ .pylintrc
167+
168+ # VS Code
169+ .commons
170+ .vscode
171+
172+ # markdownlint.config
173+ .markdownlint *
161174
162- # ###################################################
163175# macOS
164176.DS_Store
165177
166- # Flask
167- flask_session /
168- /* _session /
169-
170- zketch *
171- # ###################################################
178+ # Docker
179+ Dockerfile
180+ .dockerignore
You can’t perform that action at this time.
0 commit comments