Ajustes no gitignore

This commit is contained in:
2026-03-21 22:57:22 -03:00
parent d2b05ec1c9
commit 77fa214faa
2 changed files with 16 additions and 8 deletions

21
.gitignore vendored
View File

@@ -135,7 +135,6 @@ celerybeat.pid
*.sage.py
# Environments
.env
.envrc
.venv
env/
@@ -168,12 +167,18 @@ dmypy.json
# Cython debug symbols
cython_debug/
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# PyCharm / IntelliJ
.idea/
*.iml
*.iws
*.ipr
out/
# Eclipse
.project
.classpath
.settings/
bin/
# Abstra
# Abstra is an AI-powered process automation framework.
@@ -186,7 +191,7 @@ cython_debug/
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
# and can be added to the global gitignore or merged into this file. However, if you prefer,
# you could uncomment the following to ignore the entire vscode folder
# .vscode/
.vscode/
# Ruff stuff:
.ruff_cache/