26 lines
253 B
Plaintext
26 lines
253 B
Plaintext
|
# Compiled python modules.
|
||
|
*.pyc
|
||
|
|
||
|
# Byte-compiled
|
||
|
_pycache__/
|
||
|
.cache/
|
||
|
|
||
|
# Poetry, setuptools, PyPI distribution artifacts.
|
||
|
/*.egg-info
|
||
|
.eggs/
|
||
|
build/
|
||
|
dist/
|
||
|
poetry.lock
|
||
|
|
||
|
# Tests
|
||
|
.pytest_cache/
|
||
|
|
||
|
# Type checking
|
||
|
.pytype/
|
||
|
|
||
|
# Other
|
||
|
*.DS_Store
|
||
|
|
||
|
# PyCharm
|
||
|
.idea
|