Skip to content

Commit 6d0f49d

Browse files
committed
chore(gitignore): remove AI bloat, and add bootstrap .keys to ignore
1 parent e590365 commit 6d0f49d

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

.gitignore

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -170,19 +170,6 @@ dmypy.json
170170
# Cython debug symbols
171171
cython_debug/
172172

173-
# PyCharm
174-
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
175-
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
176-
# and can be added to the global gitignore or merged into this file. For a more nuclear
177-
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
178-
#.idea/
179-
180-
# Abstra
181-
# Abstra is an AI-powered process automation framework.
182-
# Ignore directories containing user credentials, local state, and settings.
183-
# Learn more at https://abstra.io/docs
184-
.abstra/
185-
186173
# Visual Studio Code
187174
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
188175
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
@@ -196,9 +183,5 @@ cython_debug/
196183
# PyPI configuration file
197184
.pypirc
198185

199-
# Cursor
200-
# Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to
201-
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
202-
# refer to https://docs.cursor.com/context/ignore-files
203-
.cursorignore
204-
.cursorindexingignore
186+
# bootstrap keys
187+
.keys

0 commit comments

Comments
 (0)