1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-07-04 21:37:36 +00:00

Clean .gitignore

This commit is contained in:
RGBCube 2022-06-25 16:30:35 +03:00
parent a2a582dd5b
commit ce6d3c5b5b

5
.gitignore vendored
View file

@ -1,5 +1,7 @@
# Used for developer debugging # Used for debugging by the developers
shell.py shell.py
test*.*
test/
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
@ -45,7 +47,6 @@ pip-log.txt
pip-delete-this-directory.txt pip-delete-this-directory.txt
# Unit test / coverage reports # Unit test / coverage reports
test*.*
htmlcov/ htmlcov/
.tox/ .tox/
.nox/ .nox/