mirror of
https://github.com/irmen/prog8.git
synced 2024-11-04 04:05:00 +00:00
24 lines
219 B
Plaintext
24 lines
219 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/
|
|
**/*.interp
|
|
**/*.tokens
|