Skip to content

Commit dc7aaef

Browse files
authored
Merge pull request #4536 from brunovcosta/main
Adding Abstra to Python.gitignore
2 parents 094d21a + ef50fb9 commit dc7aaef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Python.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@ cython_debug/
167167
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
168168
#.idea/
169169

170+
# Abstra
171+
# Abstra is an AI-powered process automation framework.
172+
# Ignore directories containing user credentials, local state, and settings.
173+
# Learn more at https://abstra.io/docs
174+
.abstra/
175+
170176
# Visual Studio Code
171177
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
172178
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
@@ -185,4 +191,4 @@ cython_debug/
185191
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
186192
# refer to https://docs.cursor.com/context/ignore-files
187193
.cursorignore
188-
.cursorindexingignore
194+
.cursorindexingignore

0 commit comments

Comments
 (0)