ComfyUI-Manager/tests-api/.gitignore
2025-05-20 16:35:40 -07:00

19 lines
206 B
Plaintext

# Python cache files
__pycache__/
*.py[cod]
*$py.class
# Pytest cache
.pytest_cache/
# Coverage reports
.coverage
htmlcov/
# Virtual environments
venv/
env/
ENV/
# Test-specific resources
resources/tmp/