.dockerignore
228 Bytes
.git
.gitignore
__pycache__
*.py[cod]
*.so
build/
dist/
eggs/
.eggs/
lib/
.venv
venv/
ENV/
env/
.vscode
.idea
*.swp
*.swo
*~
.DS_Store
.pytest_cache/
.coverage
*.md
api_test_report_*.html
api_test_report_*.xlsx
.env
*.log
*.tmp