Chore: fix .gitignore

This commit is contained in:
Morgan 2020-06-24 21:58:58 +02:00
parent 66a47169e6
commit 42368abf08
2 changed files with 39 additions and 4 deletions

41
.gitignore vendored
View File

@ -1,2 +1,39 @@
.DS_Store *.py[cod]
temp/
# C/C++ extensions
*.o
*.so
*.gch
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Vim
*.swp
*.un~
# Atom
.cache
# Generated documentation
docs/_build/*
# tests
.coverage
.hypothesis
.pytest_cache

2
src/.gitignore vendored
View File

@ -1,2 +0,0 @@
__pycache__/
_test/