12 lines
115 B
Plaintext
12 lines
115 B
Plaintext
# Python bytecode
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Pytest
|
|
.pytest_cache/
|
|
|
|
# Distribution / packaging
|
|
dist/
|
|
build/
|
|
*.egg-info/
|