File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # ## VSCode ###
2+ .vscode /*
3+ ! .vscode /settings.json
4+ ! .vscode /tasks.json
5+ ! .vscode /launch.json
6+ ! .vscode /extensions.json
7+ * .code-workspace
18
9+ # Local History for Visual Studio Code
10+ .history /
11+
12+ # ## Ansible ###
13+ * .retry
14+ * .cfg
15+
16+ # ## PowerShell ###
17+ # Exclude packaged modules
18+ * .zip
19+
20+ # Exclude .NET assemblies from source
21+ * .dll
22+
23+ # ## Python ###
24+ # Byte-compiled / optimized / DLL files
25+ __pycache__ /
26+ * .py [cod ]
27+ * $py.class
28+
29+ # C extensions
30+ * .so
31+
32+ # Distribution / packaging
33+ .Python
34+ build /
35+ develop-eggs /
36+ dist /
37+ downloads /
38+ eggs /
39+ .eggs /
40+ lib /
41+ lib64 /
42+ parts /
43+ sdist /
44+ var /
45+ wheels /
46+ pip-wheel-metadata /
47+ share /python-wheels /
48+ * .egg-info /
49+ .installed.cfg
50+ * .egg
51+ MANIFEST
52+
53+ # PyInstaller
54+ # Usually these files are written by a python script from a template
55+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
56+ * .manifest
57+ * .spec
58+
59+ # Installer logs
60+ pip-log.txt
61+ pip-delete-this-directory.txt
62+
63+ # Unit test / coverage reports
64+ htmlcov /
65+ .tox /
66+ .nox /
67+ .coverage
68+ .coverage. *
69+ .cache
70+ nosetests.xml
71+ coverage.xml
72+ * .cover
73+ .hypothesis /
74+ .pytest_cache /
75+
76+ # Translations
77+ * .mo
78+ * .pot
79+
80+ # Scrapy stuff:
81+ .scrapy
82+
83+ # Sphinx documentation
84+ docs /_build /
85+
86+ # PyBuilder
87+ target /
88+
89+ # pyenv
90+ .python-version
91+
92+ # pipenv
93+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
94+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
95+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
96+ # install all needed dependencies.
97+ # Pipfile.lock
98+
99+ # celery beat schedule file
100+ celerybeat-schedule
101+
102+ # SageMath parsed files
103+ * .sage.py
104+
105+ # Spyder project settings
106+ .spyderproject
107+ .spyproject
108+
109+ # Rope project settings
110+ .ropeproject
111+
112+ # Mr Developer
113+ .mr.developer.cfg
114+ .project
115+ .pydevproject
116+
117+ # mkdocs documentation
118+ /site
119+
120+ # mypy
121+ .mypy_cache /
122+ .dmypy.json
123+ dmypy.json
124+
125+ # Pyre type checker
126+ .pyre /
You can’t perform that action at this time.
0 commit comments