mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2024-11-22 14:32:11 +00:00
15 lines
113 B
Plaintext
15 lines
113 B
Plaintext
# Python bytecode
|
|
*.py[co]
|
|
__pycache__/
|
|
|
|
# tox
|
|
.tox/
|
|
|
|
# setuptools
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
|
|
# mypy
|
|
.mypy_cache/
|