Skip to content

Commit 460f29c

Browse files
committed
Added __pycache__ to gitignore.
1 parent 459612e commit 460f29c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
16
.idea
27
_out/
38
*.scif
@@ -7,4 +12,4 @@ build/
712
dist/
813
/.venv/
914

10-
config/deploy_hosts.yml
15+
config/deploy_hosts.yml

0 commit comments

Comments
 (0)