Files
customer_zero_test_r37/.gitignore
Mandel WebGUI Bot f727fa7c44 initial commit
2026-06-04 22:25:12 +02:00

28 lines
303 B
Plaintext

.mypy_cache/
.pytest_cache/
.vscode/
__pycache__/
*.py[ocd]
db.sqlite3
develop-eggs
bin
parts
sources
.installed.cfg
.mr.developer.cfg
*.egg-info
eggs/
/static/*
/documents/
/media
!/media/image_not_found.jpg
dist/
build/
lib
pip-selfcheck.json
pyvenv.cfg
.DS_Store
.coverage
coverage.xml
htmlcov/
venv/