You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
squirrel-battle/.gitignore

30 lines
277 B
Plaintext

.idea/
.tox/
env/
venv/
local/
.coverage
.pytest_cache/
__pycache__
*.pyc
# Ignore build data
build/
dist/
*.egg-info/
# Don't commit settings
settings.json
# Don't commit game save
save.json
# Don't commit docs output
docs/_build
# Don't commit compiled messages
*.mo