# 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/
*.egg

# Virtual environments
venv/
_venv/
ENV/
env/

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

# Testing
.tox/
.stestr/
.coverage
htmlcov/

# Temporary files
*.tmp
*.bak

# setuptools_scm generated version file
occystrap/_version.py
