mirror of https://github.com/Nonannet/copapy.git
gitignore updated
This commit is contained in:
parent
6e0b46533d
commit
56c34972f5
|
|
@ -5,7 +5,7 @@ __pycache__
|
||||||
/src/*.egg-info/*
|
/src/*.egg-info/*
|
||||||
/dist/*
|
/dist/*
|
||||||
.vscode
|
.vscode
|
||||||
.venv
|
.venv*
|
||||||
.mypy_cache
|
.mypy_cache
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
/tests/autogenerated_*.py
|
/tests/autogenerated_*.py
|
||||||
|
|
@ -23,3 +23,7 @@ vc140.pdb
|
||||||
benchmark_results*
|
benchmark_results*
|
||||||
docs/build
|
docs/build
|
||||||
docs/source/api
|
docs/source/api
|
||||||
|
/libs/
|
||||||
|
*.core
|
||||||
|
core
|
||||||
|
*.log
|
||||||
Loading…
Reference in New Issue