squirrel-battle/.gitignore

29 lines
270 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
2020-11-19 15:03:43 +01:00
# Don't commit docs output
docs/_build
2020-11-28 13:49:28 +01:00
# Don't commit compiled messages
*.mo