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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
PUBLISHING.md
pypi_publish.sh
azure_nuke
aznuke_run.py
test_animation.py
landing_image.png

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest

# Auto-generated version file
aznuke/_version.py

# 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/

# Environments
.env
.envrc
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Editor directories and files
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# MkDocs
site/

# Homebrew
homebrew/*.rb.bak

# Build artifacts
*.tar.gz
*.whl
*.exe

# Documentation build
docs/_build/