Added gitignore file.

This commit is contained in:
Sylvain Tricot 2022-03-07 11:59:04 +01:00
parent b6a1e2bb04
commit 04e936c881
1 changed files with 19 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
__pycache__
*.py[cod]
*.so
*.o
*.mod
*.bak
*.target
htmlcov
package/
src/msspec/results.txt
*venv/
**/*build*/
**/*dist/
**/*.egg-info/
.ropeproject
.project
VERSION
tests/private
**/man/pages