python-rsrcfork/.gitignore

9 lines
79 B
Plaintext

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