python-rsrcfork/.gitignore

15 lines
113 B
Plaintext

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