prog8/.gitignore
2018-01-06 04:13:21 +01:00

20 lines
176 B
Plaintext

*.py[cod]
*.egg
*.egg-info
/MANIFEST
/.idea/
.tox/
/build/
/dist/
/output/
.cache/
.eggs/
*.directory
*.prg
*.asm
*.labels.txt
.mypy_cache/
__pycache__/
parser.out
parsetab.py