island/.gitignore
2022-03-20 23:51:04 +01:00

14 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/