First public commit.
This commit is contained in:
parent
2a48f52979
commit
4bac9d83ed
288 changed files with 18417 additions and 1076 deletions
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Python build artifacts
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
build/
|
||||
dist/
|
||||
.eggs/
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Editor / OS junk
|
||||
*.swp
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Generated output (disk/cartridge images and previews)
|
||||
*.d64
|
||||
*.d71
|
||||
*.d81
|
||||
*.atr
|
||||
*.dsk
|
||||
*.adf
|
||||
*.ans
|
||||
Loading…
Add table
Add a link
Reference in a new issue