death/.gitignore
2024-06-10 22:08:56 +02:00

13 lines
188 B
Plaintext

/__pycache__/
# Compiled python modules.
*.pyc
# Setuptools distribution folder.
/dist/
/build/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/target/