prog8/.gitignore

20 lines
176 B
Plaintext
Raw Normal View History

2017-12-21 13:52:30 +00:00
*.py[cod]
*.egg
*.egg-info
/MANIFEST
/.idea/
.tox/
/build/
/dist/
/output/
.cache/
.eggs/
*.directory
*.prg
*.asm
*.labels.txt
.mypy_cache/
2018-01-05 21:52:23 +00:00
__pycache__/
parser.out
parsetab.py