python-rsrcfork/.gitignore

12 lines
100 B
Plaintext

# Python bytecode
*.py[co]
__pycache__/
# setuptools
*.egg-info/
build/
dist/
# mypy
.mypy_cache/