first commit
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
/.project
|
||||
/.pydevproject
|
||||
/.settings
|
||||
/.cproject
|
||||
/.idea
|
||||
/.vscode
|
||||
|
||||
__pycache__
|
||||
/.coverage/
|
||||
/.coveragerc
|
||||
/install dir
|
||||
/work area
|
||||
|
||||
/meson-test-run.txt
|
||||
/meson-test-run.xml
|
||||
/meson-cross-test-run.txt
|
||||
/meson-cross-test-run.xml
|
||||
|
||||
.DS_Store
|
||||
*~
|
||||
*.swp
|
||||
packagecache
|
||||
.wraplock
|
||||
/MANIFEST
|
||||
/build
|
||||
/dist
|
||||
/meson.egg-info
|
||||
|
||||
/docs/built_docs
|
||||
/docs/hotdoc-private*
|
||||
|
||||
*.pyc
|
||||
/*venv*
|
||||
Reference in New Issue
Block a user