Bug Fixed

This commit is contained in:
mmichlol
2026-02-05 21:02:45 +01:00
3 changed files with 36 additions and 2 deletions

12
.gitignore vendored
View File

@@ -1,3 +1,7 @@
<<<<<<< HEAD
=======
# ---> Python
>>>>>>> c572a34cb4ba6d74ef88cda07e35e64b2ee5ab36
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
@@ -167,6 +171,7 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
<<<<<<< HEAD
# Abstra
# Abstra is an AI-powered process automation framework.
# Ignore directories containing user credentials, local state, and settings.
@@ -180,15 +185,20 @@ cython_debug/
# you could uncomment the following to ignore the enitre vscode folder
# .vscode/
=======
>>>>>>> c572a34cb4ba6d74ef88cda07e35e64b2ee5ab36
# Ruff stuff:
.ruff_cache/
# PyPI configuration file
.pypirc
<<<<<<< HEAD
# Cursor
# Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
# refer to https://docs.cursor.com/context/ignore-files
.cursorignore
.cursorindexingignore
.cursorindexingignore
=======
>>>>>>> c572a34cb4ba6d74ef88cda07e35e64b2ee5ab36