Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Byers authored and austinbyers committed Jul 25, 2017
1 parent 000bf3d commit 83b29ff
Show file tree
Hide file tree
Showing 54 changed files with 3,560 additions and 93 deletions.
107 changes: 15 additions & 92 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,101 +1,24 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so
# Terraform backup and internal cache
*.tfstate*
*.terraform

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

# 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

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

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# dotenv
.env

# virtualenv
.venv
# Virtualenv
venv/
ENV/

# Spyder project settings
.spyderproject
.spyproject
# IDE
.idea/

# Rope project settings
.ropeproject

# mkdocs documentation
/site
# Coverage
.coverage

# mypy
.mypy_cache/
# MacOS artifacts
Thumbs.db
.DS_Store
*.swp
terminal.glue
Loading

0 comments on commit 83b29ff

Please sign in to comment.