diff --git a/{{cookiecutter.package_name}}/.gitignore b/{{cookiecutter.package_name}}/.gitignore index e25efe0..1afd4c8 100644 --- a/{{cookiecutter.package_name}}/.gitignore +++ b/{{cookiecutter.package_name}}/.gitignore @@ -8,23 +8,23 @@ __pycache__/ *.so # Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST +./.Python +./env/ +./build/ +./develop-eggs/ +./dist/ +./downloads/ +./eggs/ +./.eggs/ +./lib/ +./lib64/ +./parts/ +./sdist/ +./var/ +./*.egg-info/ +./.installed.cfg +./*.egg +./MANIFEST # PyInstaller # Usually these files are written by a python script from a template