python-rsrcfork/.gitignore
dgelessus 9adb188624 Clean up .gitignore
Removed a lot of unused/irrelevant entries (they were from GitHub's
.gitignore template for Python projects) and kept only those that
are actually needed/used.
2019-07-14 02:13:31 +02:00

9 lines
79 B
Plaintext

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