prog8/.gitignore
2018-10-14 22:32:03 +02:00

26 lines
236 B
Plaintext

/.idea/
/build/
/dist/
/output/
.*cache/
*.directory
*.prg
*.asm
*.labels.txt
*.vice-mon-list
docs/build
out/
**/*.interp
**/*.tokens
*.py[cod]
*.egg
*.egg-info
.eggs/
/MANIFEST
.tox/
__pycache__/
parser.out
parsetab.py
.pytest_cache/