- Also added a debug script because I'm tired of typing the same commands over and over again when debugging
18 lines
175 B
Plaintext
18 lines
175 B
Plaintext
.pytest_cache/*
|
|
.cache/*
|
|
.tox/*
|
|
__pycache__/*
|
|
htmlcov/*
|
|
.coverage
|
|
.coverage.*
|
|
coverage.xml
|
|
*.pyc
|
|
*.egg*/*
|
|
dist/*
|
|
.sh
|
|
build/*
|
|
docs/_build
|
|
*.log
|
|
venv
|
|
.session*
|