.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