mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2026-03-11 02:16:17 +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/
|