[go: nahoru, domu]

Skip to content

Commit

Permalink
Adding gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil parekh committed Jan 8, 2019
1 parent 6ebc1d3 commit b93b320
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
.idea/

*.egg-info/
.installed.cfg
*.egg
*.ver

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

# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

# Sphinx documentation
docs/_build/

#venv files
venv/

0 comments on commit b93b320

Please sign in to comment.