Update .gitignore

This commit is contained in:
Christian
2024-08-08 13:40:25 +02:00
parent aac1cdea6f
commit be6edbbb03

4
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.venv/
.venv/lib64
.venv/pyvenv.cfg
.venv/bin/activate
@@ -1665,6 +1666,7 @@
.venv/lib/python3.12/site-packages/pygame.libs/libvorbisenc-bb396c4a.so.2.0.12
.venv/lib/python3.12/site-packages/pygame.libs/libvorbisfile-8aced0b7.so.3.3.8
.venv/lib/python3.12/site-packages/pygame.libs/libwebp-3bee5bfa.so.7.1.8
__pycache__/
__pycache__/Tilemap.cpython-312.pyc
__pycache__/Tileset.cpython-312.pyc
__pycache__/Tiletype.cpython-312.pyc
@@ -1677,3 +1679,5 @@ __pycache__/Animation.cpython-312.pyc
__pycache__/Enemy.cpython-312.pyc
__pycache__/GameObject.cpython-312.pyc
__pycache__/Object.cpython-312.pyc
__pycache__/Player.cpython-312.pyc
__pycache__/Player.cpython-312.pyc