File tree Expand file tree Collapse file tree 1 file changed +62
-0
lines changed Expand file tree Collapse file tree 1 file changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ # # Editor temporary/working/backup files
2
+ . # *
3
+ * \# * \#
4
+ [# ]* #
5
+ * ~
6
+ * $
7
+ * .bak
8
+ * .old
9
+ * .log
10
+ * .nfs *
11
+ * .swo
12
+ * .swp
13
+ * .pdb
14
+ .project
15
+ .pydevproject
16
+ .settings
17
+ .idea
18
+ .pytest_cache
19
+ .vagrant
20
+ .noseids
21
+ .ipynb_checkpoints
22
+ .tags
23
+ * .iml
24
+
25
+ # # Python files
26
+ # setup.py working directory
27
+ build
28
+ # setup.py dist directory
29
+ dist
30
+ # Egg metadata
31
+ * .egg-info
32
+ .eggs
33
+ .pypirc
34
+
35
+ # # tox testing tool
36
+ .tox
37
+ # rope
38
+ .ropeproject
39
+ # wheel files
40
+ * .whl
41
+ ** /wheelhouse /*
42
+ # coverage
43
+ .coverage
44
+ swat.egg-info /
45
+ __pycache__ /
46
+ _stats.txt
47
+ cover /
48
+ test-reports /
49
+ .pytest_cache
50
+
51
+ # # OS generated files
52
+ .directory
53
+ .gdb_history
54
+ .DS_Store
55
+ ehthumbs.db
56
+ Icon ?
57
+ Thumbs.db
58
+
59
+ # # Documentation generated files
60
+ doc /build
61
+ doc /source /generated
62
+ doc /_build
You can’t perform that action at this time.
0 commit comments