You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
6
6
7
7
PyFlowGraph is a universal node-based visual scripting editor built with Python and PySide6. It allows users to create, connect, and execute Python code as nodes in a data-driven graph. The project follows a "Code as Nodes" philosophy where pins are automatically generated by parsing Python function signatures.
8
8
9
+
# git and Github
10
+
11
+
- Don't ever add that it was generated with claude at the end of comments. This is bloat! Stop that!
12
+
9
13
## Common Commands
10
14
11
15
### Running the Application
@@ -144,4 +148,4 @@ PyFlowGraph/
144
148
- All nodes execute in isolated environments for security
145
149
- Dependencies are managed via `requirements.txt` (PySide6, Nuitka for compilation)
0 commit comments