bot-base/.gitignore

78 lines
847 B
Plaintext
Raw Normal View History

2019-04-28 16:37:32 +02:00
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# ---> Kate
# Swap Files #
.*.kate-swp
.swp.*
2019-05-09 01:39:33 +02:00
temp.zip
.idea/*
2019-08-08 22:43:46 +02:00
venv/*
data/*
2019-08-10 17:58:54 +02:00
*.yml
2020-03-22 08:33:14 +01:00
#*.json
2019-08-10 17:58:54 +02:00
2019-08-18 16:41:29 +02:00
.env
_build
/src/datas/