__pycache__/
*.py[cod]
*$py.class
*.egg-info
.pytest_cache
.ipynb_checkpoints

thumbs.db
.DS_Store
.idea

# Packages
ghananews_scraper.egg-info
*.egg
dist
build
docs/_build
docs/locales.rst
docs/locales/*.rst
docs/providers.rst
docs/providers/*.rst
eggs
.eggs
parts
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# IDE
*.sw[po]
*.iml
*.ipr
venv/
.vscode
