2525sdist /
2626var /
2727wheels /
28+ pip-wheel-metadata /
29+ share /python-wheels /
2830* .egg-info /
2931.installed.cfg
3032* .egg
@@ -43,6 +45,7 @@ pip-delete-this-directory.txt
4345# Unit test / coverage reports
4446htmlcov /
4547.tox /
48+ .nox /
4649.coverage
4750.coverage. *
4851.cache
@@ -77,9 +80,20 @@ target/
7780# Jupyter Notebook
7881.ipynb_checkpoints
7982
83+ # IPython
84+ profile_default /
85+ ipython_config.py
86+
8087# pyenv
8188.python-version
8289
90+ # pipenv
91+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
93+ # having no cross-platform support, pipenv may install dependencies that don’t work, or not
94+ # install all needed dependencies.
95+ # Pipfile.lock
96+
8397# celery beat schedule file
8498celerybeat-schedule
8599
@@ -107,6 +121,11 @@ venv.bak/
107121
108122# mypy
109123.mypy_cache /
124+ .dmypy.json
125+ dmypy.json
126+
127+ # Pyre type checker
128+ .pyre /
110129
111130# VirtualEnv rules
112131# Virtualenv
@@ -238,6 +257,10 @@ flycheck_*.el
238257# directory configuration
239258.dir-locals.el
240259
260+ # network security
261+ /network-security.data
262+
263+
241264# Vim rules
242265# Swap
243266[._ ]* .s [a-v ][a-z ]
268291.idea /** /dictionaries
269292.idea /** /shelf
270293
294+ # Generated files
295+ .idea /** /contentModel.xml
296+
271297# Sensitive or high-churn files
272298.idea /** /dataSources /
273299.idea /** /dataSources.ids
@@ -281,6 +307,14 @@ tags
281307.idea /** /gradle.xml
282308.idea /** /libraries
283309
310+ # Gradle and Maven with auto-import
311+ # When using Gradle or Maven with auto-import, you should exclude module files,
312+ # since they will be recreated, and may cause churn. Uncomment if using
313+ # auto-import.
314+ # .idea/modules.xml
315+ # .idea/*.iml
316+ # .idea/modules
317+
284318# CMake
285319cmake-build- * /
286320
@@ -311,6 +345,9 @@ fabric.properties
311345# Editor-based Rest Client
312346.idea /httpRequests
313347
348+ # Android studio 3.1+ serialized cache file
349+ .idea /caches /build_file_checksums.ser
350+
314351# SublimeText rules
315352# Cache files for Sublime Text
316353* .tmlanguage.cache
@@ -390,7 +427,6 @@ DerivedData/
390427! default.perspectivev3
391428
392429# Eclipse rules
393-
394430.metadata
395431bin /
396432tmp /
0 commit comments