Skip to content

Commit f74f353

Browse files
authored
Merge pull request #1667 from sstieger/docker-image-tests-gitignore-pyc-files
Docker image tests: add .pyc files to .gitignore
2 parents a472504 + 43db100 commit f74f353

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-image/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.pytest_cache/
22
__pycache__
3-
data/
3+
*.pyc
4+
data/

0 commit comments

Comments
 (0)