Add a gitignore
This commit is contained in:
commit
1fdb9eb287
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
venv/*.*
|
||||||
|
dist/*.*
|
||||||
|
build/*.*
|
||||||
|
__pycache__/*.*
|
||||||
|
.idea/*.*
|
||||||
|
playscii.profile
|
||||||
|
profile.png
|
||||||
|
autoplay_this_game
|
||||||
|
.DS_Store
|
||||||
|
./*.dll
|
||||||
|
docs/html/generated/*.*
|
||||||
|
playscii.spec
|
||||||
Loading…
Reference in a new issue