1
0
mirror of https://github.com/github/gitignore synced 2025-06-28 01:28:53 +02:00

Merge pull request #4536 from brunovcosta/main

Adding Abstra to Python.gitignore
This commit is contained in:
Daniel Johnson 2025-05-29 12:18:22 -07:00 committed by GitHub
commit dc7aaef6c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,6 +167,12 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
# Abstra
# Abstra is an AI-powered process automation framework.
# Ignore directories containing user credentials, local state, and settings.
# Learn more at https://abstra.io/docs
.abstra/
# Visual Studio Code # Visual Studio Code
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore