# 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

# 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
*.py,cover
.hypothesis/

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

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# XPyCode package cache
.xpycode_packages/

# Node.js
node_modules/
web_ide/dist/

# Addin compiled binaries and resources
xpycode_addin_launcher/bin/*.exe
xpycode_addin_launcher/bin/addin-server-*
xpycode_addin_launcher/bin/resources/
xpycode_master/addin_launcher/bin/*.exe
xpycode_master/addin_launcher/bin/addin-server-*
xpycode_master/addin_launcher/bin/resources/

# Cython generated files
*.c
*.cpp
*.html
!addin/index.html
!addin/**/index.html

# Build artifacts for PyPI
*.whl
*.tar.gz

# MkDocs
site/
.mkdocs_cache/
=*
installer/__pycache__/
