Skip to content

Commit

Permalink
Ignore build-left files
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-garcia committed Jul 31, 2016
1 parent ae77d21 commit 51928d0
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion .gitignore
Expand Up @@ -12,4 +12,30 @@ datadump/*
.idea/
**.so
**.pyd
_MultiNEAT.cpp
_MultiNEAT.cpp
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
env/
develop-eggs/
dist/
eggs/
.eggs/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

0 comments on commit 51928d0

Please sign in to comment.