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/*
|
||||
/dist/*
|
||||
.vscode
|
||||
.venv
|
||||
.venv*
|
||||
.mypy_cache
|
||||
.pytest_cache
|
||||
/tests/autogenerated_*.py
|
||||
|
|
@ -23,3 +23,7 @@ vc140.pdb
|
|||
benchmark_results*
|
||||
docs/build
|
||||
docs/source/api
|
||||
/libs/
|
||||
*.core
|
||||
core
|
||||
*.log
|
||||
Loading…
Reference in New Issue