gitschwifty/pywit

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage

# editor related

.idea/
.idea/*

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.pyc
*~*
*#*
py3env
dist
build
*.egg*
*.com
*.class
*.dll
*.exe
*.o
*.so

# temporary files
.DS_Store
*.swp
*.swo
*.json
*.conf

# Packages

# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases

*.log
*.sql
*.sqlite

# OS generated files #

.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Test related
.tox/
.tox/*
.pytest_cache/
.pytest_cache/*

# Personal scripts for quick multi-line commands
scripts/*