File tree Expand file tree Collapse file tree 2 files changed +77
-19
lines changed Expand file tree Collapse file tree 2 files changed +77
-19
lines changed Original file line number Diff line number Diff line change
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__ /
1
3
* .py [cod ]
4
+ * $py.class
2
5
3
6
# C extensions
4
7
* .so
5
8
6
- # Packages
7
- * .egg
8
- * .egg-info
9
- dist
10
- build
11
- eggs
12
- parts
13
- bin
14
- var
15
- sdist
16
- temp
17
- develop-eggs
9
+ # Distribution / packaging
10
+ .Python
11
+ env /
12
+ build /
13
+ develop-eggs /
14
+ dist /
15
+ downloads /
16
+ eggs /
17
+ .eggs /
18
+ lib /
19
+ lib64 /
20
+ parts /
21
+ sdist /
22
+ var /
23
+ venv /
24
+ * .egg-info /
18
25
.installed.cfg
19
- lib
20
- lib64
21
- tags
26
+ * .egg
27
+ bin /
28
+ temp /
29
+ tags /
22
30
errors.err
23
31
32
+ # PyInstaller
33
+ # Usually these files are written by a python script from a template
34
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
35
+ * .manifest
36
+ * .spec
37
+
24
38
# Installer logs
25
39
pip-log.txt
40
+ pip-delete-this-directory.txt
26
41
MANIFEST
27
42
28
43
# Unit test / coverage reports
44
+ htmlcov /
45
+ .tox /
29
46
.coverage
30
- .tox
47
+ .coverage. *
48
+ .cache
31
49
nosetests.xml
50
+ coverage.xml
51
+ * ,cover
52
+ .hypothesis /
32
53
33
54
# Translations
34
55
* .mo
56
+ * .pot
35
57
36
58
# Mr Developer
37
59
.mr.developer.cfg
38
60
.project
39
61
.pydevproject
40
- .settings
62
+
63
+ # Django stuff:
64
+ * .log
65
+
66
+ # Sphinx documentation
67
+ docs /build /
68
+ docs /source /generated /
69
+
70
+ # pytest
71
+ .pytest_cache /
72
+
73
+ # PyBuilder
74
+ target /
75
+
76
+ # Editor files
77
+ # mac
78
+ .DS_Store
79
+ * ~
80
+
81
+ # vim
82
+ * .swp
83
+ * .swo
84
+
85
+ # pycharm
86
+ .idea /
87
+
88
+ # VSCode
89
+ .vscode /
90
+
91
+ # Ipython Notebook
92
+ .ipynb_checkpoints
41
93
42
94
# version information
43
95
setup.cfg
44
- /diffpy /srmise /version.cfg
96
+ /src /diffpy /* /version.cfg
97
+
98
+ # Rever
99
+ rever /
Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ repos:
16
16
- id : check-yaml
17
17
- id : end-of-file-fixer
18
18
- id : trailing-whitespace
19
- exclude : ' \.(rst|txt)$'
19
+ - id : check-case-conflict
20
+ - id : check-merge-conflict
21
+ - id : check-toml
22
+ - id : check-added-large-files
20
23
- repo : https://github.com/psf/black
21
24
rev : 24.4.2
22
25
hooks :
You can’t perform that action at this time.
0 commit comments