Files
mockapi/.gitignore
7000pctAUTO a747357a23
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Add all source files for CI to work
2026-03-22 21:22:42 +00:00

22 lines
181 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
*.egg
.pytest_cache/
.coverage
htmlcov/
.env
.venv
env/
venv/
*.swp
*.swo
*~
.mypy_cache/
.ruff_cache/