pyc in .gitignore

This commit is contained in:
Dominik Moritz Roth 2022-06-17 12:27:39 +02:00
parent e363021ed3
commit 2190d68826

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
logs_tb logs_tb
__pycache__ __pycache__
*.pyc
*.pyo