prog8/.gitignore

17 lines
140 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/