16 lines
140 B
Plaintext
16 lines
140 B
Plaintext
.env
|
|
applications/
|
|
.coverage
|
|
|
|
# Python cache files
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.so
|
|
*.egg
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.pytest_cache/ |