Feat: Firts Test first tests of the environment
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -5,6 +5,8 @@ __pycache__/
|
||||
*$py.class
|
||||
*.bk
|
||||
|
||||
/.vscode
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
@@ -24,7 +26,11 @@ lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
bin/
|
||||
include/
|
||||
wheels/
|
||||
__pycache__
|
||||
trytond_miac.egg-info/
|
||||
pip-wheel-metadata/
|
||||
share/python-wheels/
|
||||
*.egg-info/
|
||||
@@ -33,7 +39,7 @@ share/python-wheels/
|
||||
MANIFEST
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
# Usually these files are written by a python script fkrom a template
|
||||
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||
*.manifest
|
||||
*.spec
|
||||
@@ -136,6 +142,8 @@ dmypy.json
|
||||
# ---> Emacs
|
||||
# -*- mode: gitignore; -*-
|
||||
*~
|
||||
.~*
|
||||
*#
|
||||
\#*\#
|
||||
/.emacs.desktop
|
||||
/.emacs.desktop.lock
|
||||
@@ -219,3 +227,5 @@ pyvenv.cfg
|
||||
.venv
|
||||
pip-selfcheck.json
|
||||
|
||||
.tdd_cache
|
||||
app
|
||||
Reference in New Issue
Block a user