Skip to content

Commit

Permalink
Updated git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo-MG committed Jan 11, 2018
1 parent 22c9fe0 commit a8872dd
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions {{cookiecutter.package_name}}/.gitignore
Expand Up @@ -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
Expand Down

0 comments on commit a8872dd

Please sign in to comment.