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

# C extensions
*.so

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

# static files build
static/
/gwdetchar/_static

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

# Sphinx documentation
/docs/_build
/docs/_generated
/docs/api/modules.rst
/docs/api/gwdetchar*

# Version information
/gwdetchar/_version.py

# OS/editor files
*.swp
.DS_Store
.idea

# Patches
/[0-9][0-9][0-9][0-9]-*.patch

# test output
/.coverage
