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
2025-01-10 05:30:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
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 02:10:59 +02:00
# Python bytecode
*.py[co]
Initial commit
2016-12-24 15:24:41 +01: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 02:10:59 +02:00
# setuptools
*.egg-info/
Initial commit
2016-12-24 15:24:41 +01:00
build/
dist/
Reference in New Issue
Copy Permalink