Skip to content

Commit

Permalink
Merge pull request #157 from tcdent/tcdent-gitignore
Browse files Browse the repository at this point in the history
Update gitignore
  • Loading branch information
bboynton97 authored Dec 21, 2024
2 parents 1efdf66 + 976b78c commit 69bd4d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,14 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/

# aider
.aider*

# VSCode
.vscode

# AgentStack
.agentstack*
example_project/
ex/
**/ex/
Expand All @@ -171,5 +178,6 @@ cookiecutter.json
examples/tests/
examples/tests/**/*

uv.lock
.DS_Store

0 comments on commit 69bd4d5

Please sign in to comment.