🎉 Init project
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
.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
|
Reference in New Issue
Block a user