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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# pytest
.pytest_cache/

# Coverage
htmlcov/
.coverage
.coverage.*

# Temporary data build artifacts
scripts/_cms_*.zip
