prog8/.gitignore
2018-09-15 16:21:05 +02:00

21 lines
194 B
Plaintext

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