|
1 | | -################################ |
2 | | -########### FOLDERS ############ |
3 | | -################################ |
4 | | -# directories |
5 | | -source/ |
6 | | -.vscode/ |
7 | | - |
8 | | -################################ |
9 | | -########### PYTHON ############ |
10 | | -################################ |
11 | | -# Byte-compiled / optimized / DLL files |
12 | | -__pycache__/ |
13 | | -*.py[cod] |
14 | | -*$py.class |
15 | | -# C extensions |
16 | | -*.so |
17 | | -# Distribution / packaging |
18 | | -.Python |
19 | | -build/ |
20 | | -develop-eggs/ |
21 | | -dist/ |
22 | | -downloads/ |
23 | | -eggs/ |
24 | | -.eggs/ |
25 | | -lib/ |
26 | | -lib64/ |
27 | | -parts/ |
28 | | -sdist/ |
29 | | -var/ |
30 | | -wheels/ |
31 | | -pip-wheel-metadata/ |
32 | | -share/python-wheels/ |
33 | | -*.egg-info/ |
34 | | -.installed.cfg |
35 | | -*.egg |
36 | | -MANIFEST |
37 | | -# PyInstaller |
38 | | -# Usually these files are written by a python script from a template |
39 | | -# before PyInstaller builds the exe, so as to inject date/other infos into it. |
40 | | -*.manifest |
41 | | -*.spec |
42 | | -# Installer logs |
43 | | -pip-log.txt |
44 | | -pip-delete-this-directory.txt |
45 | | -# Unit test / coverage reports |
46 | | -htmlcov/ |
47 | | -.tox/ |
48 | | -.nox/ |
49 | | -.coverage |
50 | | -.coverage.* |
51 | | -.cache |
52 | | -nosetests.xml |
53 | | -coverage.xml |
54 | | -*.cover |
55 | | -*.py,cover |
56 | | -.hypothesis/ |
57 | | -.pytest_cache/ |
58 | | -# Translations |
59 | | -*.mo |
60 | | -*.pot |
61 | | -# Django stuff: |
62 | | -*.log |
63 | | -local_settings.py |
64 | | -db.sqlite3 |
65 | | -db.sqlite3-journal |
66 | | -# Flask stuff: |
67 | | -instance/ |
68 | | -.webassets-cache |
69 | | -# Scrapy stuff: |
70 | | -.scrapy |
71 | | -# Sphinx documentation |
72 | | -documentation/_build/ |
73 | | -# PyBuilder |
74 | | -target/ |
75 | | -# Jupyter Notebook |
76 | | -.ipynb_checkpoints |
77 | | -# IPython |
78 | | -profile_default/ |
79 | | -ipython_config.py |
80 | | -# pyenv |
81 | | -.python-version |
82 | | -# pipenv |
83 | | -# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. |
84 | | -# However, in case of collaboration, if having platform-specific dependencies or dependencies |
85 | | -# having no cross-platform support, pipenv may install dependencies that don't work, or not |
86 | | -# install all needed dependencies. |
87 | | -#Pipfile.lock |
88 | | -# PEP 582; used by e.g. github.com/David-OConnor/pyflow |
89 | | -__pypackages__/ |
90 | | -# Celery stuff |
91 | | -celerybeat-schedule |
92 | | -celerybeat.pid |
93 | | - |
94 | | -# SageMath parsed files |
95 | | -*.sage.py |
96 | | -# Environments |
97 | | -.env |
98 | | -.venv |
99 | | -env/ |
100 | | -venv/ |
101 | | -ENV/ |
102 | | -env.bak/ |
103 | | -venv.bak/ |
104 | | -# Spyder project settings |
105 | | -.spyderproject |
106 | | -.spyproject |
107 | | -# Rope project settings |
108 | | -.ropeproject |
109 | | -# mkdocs documentation |
110 | | -/site |
111 | | -# mypy |
112 | | -.mypy_cache/ |
113 | | -.dmypy.json |
114 | | -dmypy.json |
115 | | -# Pyre type checker |
116 | | -.pyre/ |
117 | | - |
118 | | -################################ |
119 | | -########### VS CODE ############ |
120 | | -################################ |
121 | | -.vscode/* |
122 | | -!.vscode/settings.json |
123 | | -!.vscode/tasks.json |
124 | | -!.vscode/launch.json |
125 | | -!.vscode/extensions.json |
126 | | -*.code-workspace |
127 | | -.history/ |
| 1 | +################################ |
| 2 | +########### FOLDERS ############ |
| 3 | +################################ |
| 4 | +# directories |
| 5 | +source/ |
| 6 | +.vscode/ |
| 7 | + |
| 8 | +################################ |
| 9 | +########### PYTHON ############ |
| 10 | +################################ |
| 11 | +# Byte-compiled / optimized / DLL files |
| 12 | +__pycache__/ |
| 13 | +*.py[cod] |
| 14 | +*$py.class |
| 15 | +# C extensions |
| 16 | +*.so |
| 17 | +# Distribution / packaging |
| 18 | +.Python |
| 19 | +build/ |
| 20 | +develop-eggs/ |
| 21 | +dist/ |
| 22 | +downloads/ |
| 23 | +eggs/ |
| 24 | +.eggs/ |
| 25 | +lib/ |
| 26 | +lib64/ |
| 27 | +parts/ |
| 28 | +sdist/ |
| 29 | +var/ |
| 30 | +wheels/ |
| 31 | +pip-wheel-metadata/ |
| 32 | +share/python-wheels/ |
| 33 | +*.egg-info/ |
| 34 | +.installed.cfg |
| 35 | +*.egg |
| 36 | +MANIFEST |
| 37 | +# PyInstaller |
| 38 | +# Usually these files are written by a python script from a template |
| 39 | +# before PyInstaller builds the exe, so as to inject date/other infos into it. |
| 40 | +*.manifest |
| 41 | +*.spec |
| 42 | +# Installer logs |
| 43 | +pip-log.txt |
| 44 | +pip-delete-this-directory.txt |
| 45 | +# Unit test / coverage reports |
| 46 | +htmlcov/ |
| 47 | +.tox/ |
| 48 | +.nox/ |
| 49 | +.coverage |
| 50 | +.coverage.* |
| 51 | +.cache |
| 52 | +nosetests.xml |
| 53 | +coverage.xml |
| 54 | +*.cover |
| 55 | +*.py,cover |
| 56 | +.hypothesis/ |
| 57 | +.pytest_cache/ |
| 58 | +# Translations |
| 59 | +*.mo |
| 60 | +*.pot |
| 61 | +# Django stuff: |
| 62 | +*.log |
| 63 | +local_settings.py |
| 64 | +db.sqlite3 |
| 65 | +db.sqlite3-journal |
| 66 | +# Flask stuff: |
| 67 | +instance/ |
| 68 | +.webassets-cache |
| 69 | +# Scrapy stuff: |
| 70 | +.scrapy |
| 71 | +# Sphinx documentation |
| 72 | +documentation/_build/ |
| 73 | +# PyBuilder |
| 74 | +target/ |
| 75 | +# Jupyter Notebook |
| 76 | +.ipynb_checkpoints |
| 77 | +# IPython |
| 78 | +profile_default/ |
| 79 | +ipython_config.py |
| 80 | +# pyenv |
| 81 | +.python-version |
| 82 | +# pipenv |
| 83 | +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. |
| 84 | +# However, in case of collaboration, if having platform-specific dependencies or dependencies |
| 85 | +# having no cross-platform support, pipenv may install dependencies that don't work, or not |
| 86 | +# install all needed dependencies. |
| 87 | +#Pipfile.lock |
| 88 | +# PEP 582; used by e.g. github.com/David-OConnor/pyflow |
| 89 | +__pypackages__/ |
| 90 | +# Celery stuff |
| 91 | +celerybeat-schedule |
| 92 | +celerybeat.pid |
| 93 | + |
| 94 | +# SageMath parsed files |
| 95 | +*.sage.py |
| 96 | +# Environments |
| 97 | +.env |
| 98 | +.venv |
| 99 | +env/ |
| 100 | +venv/ |
| 101 | +ENV/ |
| 102 | +env.bak/ |
| 103 | +venv.bak/ |
| 104 | +# Spyder project settings |
| 105 | +.spyderproject |
| 106 | +.spyproject |
| 107 | +# Rope project settings |
| 108 | +.ropeproject |
| 109 | +# mkdocs documentation |
| 110 | +/site |
| 111 | +# mypy |
| 112 | +.mypy_cache/ |
| 113 | +.dmypy.json |
| 114 | +dmypy.json |
| 115 | +# Pyre type checker |
| 116 | +.pyre/ |
| 117 | + |
| 118 | +################################ |
| 119 | +########### VS CODE ############ |
| 120 | +################################ |
| 121 | +.vscode/* |
| 122 | +!.vscode/settings.json |
| 123 | +!.vscode/tasks.json |
| 124 | +!.vscode/launch.json |
| 125 | +!.vscode/extensions.json |
| 126 | +*.code-workspace |
| 127 | +.history/ |
0 commit comments