moose Claude commited on
Commit
70b9077
·
1 Parent(s): 2525dc6

Add custom folder to gitignore for local development

Browse files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (1) hide show
  1. .gitignore +3 -0
.gitignore CHANGED
@@ -5,6 +5,9 @@ pyrightconfig.json
5
  # Generated outputs
6
  outputs/
7
 
 
 
 
8
  # Python
9
  __pycache__/
10
  *.py[cod]
 
5
  # Generated outputs
6
  outputs/
7
 
8
+ # Custom folder (user-specific files)
9
+ custom/
10
+
11
  # Python
12
  __pycache__/
13
  *.py[cod]