Files
Claude-Code-Workflow/codex-lens-v2/.gitignore

34 lines
288 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
# Virtual environments
.venv/
venv/
# IDE
.idea/
.vscode/
*.swp
# Testing
.pytest_cache/
.coverage
htmlcov/
# Index / cache
.codexlens/
.index_cache/
.ace-tool/
# Workflow (internal)
.workflow/
# OS
.DS_Store
Thumbs.db