Files
flow/.gitignore
Tomas Mirchev 0dc90f9005 chore(gitignore): exclude .claude/ and venv directories
Remove the accidentally-committed Claude Code scratch state and add
the canonical ignore entries.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 00:23:42 +03:00

13 lines
106 B
Plaintext

__pycache__/
*.pyc
*.pyo
dist/
build/
*.spec
*.egg-info/
.pytest_cache/
.worktrees/
.claude/
.venv/
venv/