# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
ENV/
env/

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

# OS
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# Project specific
*.log
.pytest_cache/
.coverage
htmlcov/
*.cover

# Dcc-mcp
.kinds_cache/

# Multica local runtime context. The daemon may write these into a bound
# local_directory, but they must not be committed.
.agent_context/
.multica/
