Codebase list sshtunnel / f6e39624-45a7-4356-9adb-b175d7d1eeba/main .gitignore
f6e39624-45a7-4356-9adb-b175d7d1eeba/main

Tree @f6e39624-45a7-4356-9adb-b175d7d1eeba/main (Download .tar.gz)

.gitignore @f6e39624-45a7-4356-9adb-b175d7d1eeba/mainraw · history · blame

# sshtunnel
.python-version
.venv
.idea
.env

# general things to ignore
build/
dist/
*.egg-info/
*.egg*/
*.py[cod]
__pycache__/
*.so
.*cache*/
#*~

# due to using tox and pytest
.tox
.cache
.coverage*
*cov*
pytestdebug.log

# due to sphinx
docs/_build/