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

# C extensions
*.so

# Distribution / packaging
.Python
build*
/build/
/tests/*/build
develop-eggs/
dist/
wheelhouse/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Generated version file
src/_version.py

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

# SKBuild cache dir
_skbuild/

# Common editor files
*~
*.swp

# IDEs etc
.idea/
.vscode/

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

