29 lines
270 B
Plaintext
29 lines
270 B
Plaintext
.idea/
|
|
.tox/
|
|
|
|
env/
|
|
venv/
|
|
|
|
.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
|