Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ cython_debug/
go.work
go.work.sum

# env file
.env
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This duplicates an earlier line and can be thrown out.


out/

# Claude
Expand Down
10 changes: 10 additions & 0 deletions .worktreeinclude
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Environments
.env
.env.*

# IDE settings
.idea/
.vscode/settings.json

# Claude
.claude/settings.local.json
Loading