# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
dist/
*.egg-info/
*.egg

# PyInstaller
*.manifest
*.spec

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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Virtual environments
venv/
env/
ENV/
.venv/

# Bash
*.sh~

# IDEs / editors
.vscode/
.idea/
*.swp
*.swo
*.swn
*.bak

# Ignore Directories
.archives/
.extra_scripts/
screenshots/
logs/
web/


# Ignore Files
**/config.yml
**/.DS_Store
**/TODO.*
**test**

