squirrel-battle/.gitignore

23 lines
191 B
Plaintext
Raw Normal View History

2020-10-02 15:48:39 +02:00
.idea/
.tox/
env/
venv/
.coverage
.pytest_cache/
2020-10-16 15:42:05 +02:00
__pycache__
2020-11-19 02:30:29 +01:00
*.pyc
# Ignore build data
build/
dist/
*.egg-info/
2020-11-06 14:56:21 +01:00
# Don't commit settings
settings.json
2020-11-19 01:12:12 +01:00
# Don't commit game save
save.json