cytools 1.4.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,29 @@
1
+ # Compiled python or sage files
2
+ *.pyc
3
+ __pycache__
4
+ *.sage.py
5
+
6
+ # Jupyter notebooks (if you want to add one use the --force option)
7
+ *.ipynb
8
+ .ipynb_checkpoints
9
+
10
+ # Data files
11
+ *.dat
12
+ *.zip
13
+ *.rar
14
+ *.tar*
15
+
16
+ # Mosek license
17
+ *.lic
18
+
19
+ # Python package build files
20
+ build
21
+ dist
22
+ *.egg-info
23
+
24
+ # testing
25
+ private.py
26
+ examples
27
+
28
+ # build logs
29
+ build.log