Skip to content

Commit 195fb63

Browse files
author
DocMinus
committed
updated ignores
1 parent c7cebc1 commit 195fb63

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

.gitignore

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,35 @@
11
# IDE
22
**/.idea/
33
**/.vscode/
4-
**/__pycache__
54
**/.ipynb_checkpoints
65

76
# other
87
/datasets/*_TD.*
98
/datasets/*.pkl
109
/datasets/*.gz
1110

11+
# Python build artifacts
12+
__pycache__/
13+
*.py[cod]
14+
*$py.class
15+
16+
# Distribution / packaging
17+
.Python
18+
build/
19+
develop-eggs/
20+
dist/
21+
downloads/
22+
eggs/
23+
.eggs/
24+
lib/
25+
lib64/
26+
parts/
27+
sdist/
28+
var/
29+
wheels/
30+
pip-wheel-metadata/
31+
share/python-wheels/
32+
*.egg-info/
33+
.installed.cfg
34+
*.egg
35+
MANIFEST

0 commit comments

Comments
 (0)