File tree 2 files changed +140
-1
lines changed
2 files changed +140
-1
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,143 @@ DistributiveImplicatures.py
9
9
10
10
RSA.ipynb
11
11
Scratchpad. *
12
- Profiling. *
12
+ Profiling. *
13
+
14
+ # Byte-compiled / optimized / DLL files
15
+ __pycache__ /
16
+ * .py [cod ]
17
+ * $py.class
18
+
19
+ # C extensions
20
+ * .so
21
+
22
+ # Distribution / packaging
23
+ .Python
24
+ build /
25
+ develop-eggs /
26
+ dist /
27
+ downloads /
28
+ eggs /
29
+ .eggs /
30
+ lib /
31
+ lib64 /
32
+ parts /
33
+ sdist /
34
+ var /
35
+ wheels /
36
+ share /python-wheels /
37
+ * .egg-info /
38
+ .installed.cfg
39
+ * .egg
40
+ MANIFEST
41
+
42
+ # PyInstaller
43
+ # Usually these files are written by a python script from a template
44
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
45
+ * .manifest
46
+ * .spec
47
+
48
+ # Installer logs
49
+ pip-log.txt
50
+ pip-delete-this-directory.txt
51
+
52
+ # Unit test / coverage reports
53
+ htmlcov /
54
+ .tox /
55
+ .nox /
56
+ .coverage
57
+ .coverage. *
58
+ .cache
59
+ nosetests.xml
60
+ coverage.xml
61
+ * .cover
62
+ * .py,cover
63
+ .hypothesis /
64
+ .pytest_cache /
65
+ cover /
66
+
67
+ # Translations
68
+ * .mo
69
+ * .pot
70
+
71
+ # Django stuff:
72
+ * .log
73
+ local_settings.py
74
+ db.sqlite3
75
+ db.sqlite3-journal
76
+
77
+ # Flask stuff:
78
+ instance /
79
+ .webassets-cache
80
+
81
+ # Scrapy stuff:
82
+ .scrapy
83
+
84
+ # Sphinx documentation
85
+ docs /_build /
86
+
87
+ # PyBuilder
88
+ .pybuilder /
89
+ target /
90
+
91
+ # Jupyter Notebook
92
+ .ipynb_checkpoints
93
+
94
+ # IPython
95
+ profile_default /
96
+ ipython_config.py
97
+
98
+ # pyenv
99
+ # For a library or package, you might want to ignore these files since the code is
100
+ # intended to run in multiple environments; otherwise, check them in:
101
+ # .python-version
102
+
103
+ # pipenv
104
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
105
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
106
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
107
+ # install all needed dependencies.
108
+ # Pipfile.lock
109
+
110
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
111
+ __pypackages__ /
112
+
113
+ # Celery stuff
114
+ celerybeat-schedule
115
+ celerybeat.pid
116
+
117
+ # SageMath parsed files
118
+ * .sage.py
119
+
120
+ # Environments
121
+ .env
122
+ .venv
123
+ env /
124
+ venv /
125
+ ENV /
126
+ env.bak /
127
+ venv.bak /
128
+
129
+ # Spyder project settings
130
+ .spyderproject
131
+ .spyproject
132
+
133
+ # Rope project settings
134
+ .ropeproject
135
+
136
+ # mkdocs documentation
137
+ /site
138
+
139
+ # mypy
140
+ .mypy_cache /
141
+ .dmypy.json
142
+ dmypy.json
143
+
144
+ # Pyre type checker
145
+ .pyre /
146
+
147
+ # pytype static type analyzer
148
+ .pytype /
149
+
150
+ # Cython debug symbols
151
+ cython_debug /
You can’t perform that action at this time.
0 commit comments