17 lines
135 B
Plaintext
17 lines
135 B
Plaintext
/.cache/
|
|
/.eggs/
|
|
/.idea/
|
|
/.tox/
|
|
/build/
|
|
/dist/
|
|
__pycache__/
|
|
.DS_Store
|
|
parser.out
|
|
*.egg
|
|
*.egg-info/
|
|
*.pyc
|
|
*.pyo
|
|
*.swp
|
|
*~
|
|
.pytest_cache/
|