Files
medi-customers/.dockerignore
2025-03-17 19:57:41 +01:00

14 lines
110 B
Plaintext

__pycache__
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
*.log
.git
.gitignore
.pytest_cache/
.coverage
htmlcov/