diff --git a/.gitignore b/.gitignore index 79b2f55..1f9c557 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,39 @@ -.DS_Store -temp/ +*.py[cod] + +# 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 diff --git a/src/.gitignore b/src/.gitignore deleted file mode 100644 index 3000943..0000000 --- a/src/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -__pycache__/ -_test/