mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-18 18:48:48 +08:00
34 lines
288 B
Plaintext
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
|