# general dev/ide files
*.log
*.vscode
.idea
*.DS_Store

# python build files
build/
dist/
*.egg-info/
*.egg
eggs/
.eggs/
__pycache__/
*.pytest_cache
*.pyc
*.pkl
venv/
tabcmd-dev/
workon/

# code coverage outputs
.coverage
pytest.xml

*.txt
# content
# todo probably want to add a workbook and ds in /res for getting started easily
*.pdf
*.png
*.html
# *.twbx
# *.hyper
# *.twb
# *.twbr
# *.tdsx
**/credentials.py
# exceptions
!tests/assets/

# doit
.doit.*

# venv
site-packages

# local
tabcmd-dev
workon
test.junit.xml
