UnderCover/.gitignore

20 lines
125 B
Plaintext
Raw Normal View History

venv/
*.pyc
__pycache__/
*.aux
*.log
*.pdf
instance/
outputs
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/