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-16 20:05:42 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
db48212ade
python-rsrcfork
/
.gitignore
12 lines
100 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/
Fix various issues reported by mypy
2019-09-29 14:06:06 +00:00
# mypy
.mypy_cache/
Reference in New Issue
Copy Permalink