Skip to content

Commit

Permalink
Added dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
buglloc committed May 13, 2017
1 parent 85d075e commit 3fcc7f7
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Byte-compiled / optimized / DLL files
**/__pycache__/
**/*.py[cod]

# C extensions
***/*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg


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

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
cover

# Translations
**/*.mo
**/*.pot

# PyBuilder
target/

venv/
venv3/
.idea/

# 100% unnecessary for docker image
.*
*.md
docs
rpm
Dockerfile

0 comments on commit 3fcc7f7

Please sign in to comment.