This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
RepoApi/.gitignore

37 lines
281 B
Plaintext

# Python cache
__pycache__/
*.py[cod]
# VirtualEnv
.Python
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
.venv
*.egg
pip-selfcheck.json
# sqLite
*.db
*.sqlite*
# Pycharm
.idea
# Tox
.tox
# Coverage
htmlcov/
.coverage
coverage.xml
#Config files
config.py