mirror of
https://github.com/irmen/prog8.git
synced 2024-10-31 09:08:02 +00:00
411bedcc46
added structs example
32 lines
305 B
Plaintext
32 lines
305 B
Plaintext
.idea/workspace.xml
|
|
/build/
|
|
/dist/
|
|
/output/
|
|
.*cache/
|
|
*.directory
|
|
*.prg
|
|
*.bin
|
|
*.labels.txt
|
|
*.vm.txt
|
|
*.vice-mon-list
|
|
docs/build
|
|
out/
|
|
**/*.interp
|
|
**/*.tokens
|
|
|
|
*.py[cod]
|
|
*.egg
|
|
*.egg-info
|
|
.eggs/
|
|
/MANIFEST
|
|
.tox/
|
|
__pycache__/
|
|
parser.out
|
|
parsetab.py
|
|
.pytest_cache/
|
|
.attach_pid*
|
|
|
|
.gradle
|
|
build/
|
|
/prog8compiler.jar
|