MCP-Drift-State-Tracker/.gitignore

15 lines
178 B
Plaintext

# Python operational caches
__pycache__/
*.py[cod]
*$py.class
# Environment Isolation (uv / virtualenv)
.venv/
venv/
ENV/
# System specific junk
.DS_Store
.idea/
.vscode/
*.log