# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# 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
.hypothesis/
.pytest_cache/

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

# IDEs
.idea/
*.swp
*.swo
*~

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

# Project specific
*.log
.mypy_cache/
.dmypy.json
dmypy.json

# Debian build artifacts
.pybuild/
debian/
*.deb
*.dsc
*.tar.gz
*.buildinfo
*.changes

pypi_updater/_version.py

# Specfically allow 
!packaging/debian/changelog
!packaging/debian/control
!packaging/debian/copyright
!packaging/debian/rules
!packaging/debian