Allow test directories in gitignore

This commit is contained in:
Darksider3 2020-06-08 14:31:36 +02:00
parent e2c2bcb0c2
commit b8d4dac5da

3
.gitignore vendored
View file

@ -1,4 +1,5 @@
__pycache__/
.idea/
test*
!test/
!test_*.py