Skip to content

Commit

Permalink
added gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
roysomak4 committed Mar 26, 2018
1 parent db2c792 commit 5a9c98e
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
node_modules/
bin/
build/manifest.json
develop-eggs/
dist/
eggs/
parts/
sdist/
var/
npm-debug.log
*.egg-info/
.installed.cfg
*.egg

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

# Unit test / coverage reports
.coverage
.cache

# Translations
*.mo

# Sphinx documentation
docs/_build/

# OS and editor files
.DS_Store
*/**.DS_Store
._*
.*.sw*
*~
.idea/
.mr.developer.cfg
.project
.pydevproject
*.tmproj
*.tmproject
tmtags

# App ignores.
instance/settings.py

0 comments on commit 5a9c98e

Please sign in to comment.