This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Macintosh-Tools
/
python-rsrcfork
Watch
1
Star
0
Fork
0
You've already forked python-rsrcfork
mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced
2024-11-22 14:32:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
7253c53d67
python-rsrcfork
/
.gitignore
9 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 00:10:59 +00:00
# Python bytecode
*.py[co]
Initial commit
2016-12-24 14:24:41 +00:00
__pycache__/
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 00:10:59 +00:00
# setuptools
*.egg-info/
Initial commit
2016-12-24 14:24:41 +00:00
build/
dist/
Reference in New Issue
Copy Permalink