# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
.env

# fw-context runtime data
.fw-context/

.lean-ctx

# IDE
.vscode/
.idea/

# Tests
.pytest_cache/
.coverage
htmlcov/
.lean-ctx/
work/
