mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2024-11-15 13:04:51 +00:00
9adb188624
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.
9 lines
79 B
Plaintext
9 lines
79 B
Plaintext
# Python bytecode
|
|
*.py[co]
|
|
__pycache__/
|
|
|
|
# setuptools
|
|
*.egg-info/
|
|
build/
|
|
dist/
|