squirrel-battle/.gitignore

30 lines
277 B
Plaintext
Raw Permalink Normal View History

2020-10-02 13:48:39 +00:00
.idea/
.tox/
env/
venv/
local/
2020-10-02 13:48:39 +00:00
.coverage
.pytest_cache/
2020-10-16 13:42:05 +00:00
__pycache__
2020-11-19 01:30:29 +00:00
*.pyc
# Ignore build data
build/
dist/
*.egg-info/
2020-11-06 13:56:21 +00:00
# Don't commit settings
settings.json
2020-11-19 00:12:12 +00:00
# Don't commit game save
save.json
2020-11-19 14:03:43 +00:00
# Don't commit docs output
docs/_build
2020-11-28 12:49:28 +00:00
# Don't commit compiled messages
*.mo