26 lines
257 B
Plaintext
26 lines
257 B
Plaintext
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
venv/
|
|
.env
|
|
.venv
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.log
|
|
.pytest_cache/
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
Dockerfile
|
|
docker-compose.yml
|
|
test.py |