Skip to content

Commit 535d51b

Browse files
committed
chore(gitignore): English-only comments, drop Python ignores
- No tracked .py in this tree; drop __pycache__/venv patterns (PR review). - Translate section headers to English; tighten a few comment lines.
1 parent f919441 commit 535d51b

1 file changed

Lines changed: 14 additions & 24 deletions

File tree

.gitignore

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ bin/
77
lib/
88
*.dir/
99

10-
# CMake (generated); keep tracked project modules under cmake/
10+
# CMake (generated). Tracked helper modules live under cmake/.
1111
CMakeCache.txt
1212
CMakeFiles/
1313
cmake_install.cmake
@@ -22,7 +22,7 @@ install_manifest.txt
2222
compile_commands.json
2323
CMakeUserPresets.json
2424

25-
# C/C++ compilado
25+
# C/C++ build artifacts
2626
*.o
2727
*.obj
2828
*.a
@@ -62,7 +62,7 @@ ui_*.h
6262
*.includes
6363
*.config
6464

65-
# IDEs y editores
65+
# Editors / IDEs
6666
.cursor/
6767
.vscode/
6868
.idea/
@@ -76,12 +76,12 @@ ui_*.h
7676
.cache/clangd/
7777
*.code-workspace
7878

79-
# Visual Studio (CMake Open folder”)
79+
# Visual Studio (CMake "Open Folder")
8080
.vs/
8181
CMakeSettings.json
8282
CppProperties.json
8383

84-
# Sistema operativo
84+
# Operating system junk
8585
.DS_Store
8686
.DS_Store?
8787
._*
@@ -90,7 +90,7 @@ ehthumbs.db
9090
Desktop.ini
9191
.directory
9292

93-
# Depuradores y profiling
93+
# Debuggers / profiling
9494
*.core
9595
/core
9696
*.stackdump
@@ -103,37 +103,27 @@ Desktop.ini
103103
perf.data
104104
perf.data.old
105105

106-
# Tags / navegación C
106+
# Ctags / cscope
107107
tags
108108
TAGS
109109
GTAGS
110110
GRTAGS
111111
GPATH
112112
cscope.out
113113

114-
# Documentación generada
114+
# Generated docs
115115
doc/html/
116116
doc/latex/
117117
docs/_build/
118118
*.dox
119119

120-
# Tests y cobertura
120+
# Tests / coverage output
121121
Testing/
122122
test_results/
123123
coverage/
124124
lcov.info
125125

126-
# Python (scripts/, herramientas locales)
127-
__pycache__/
128-
*.py[cod]
129-
*$py.class
130-
.pytest_cache/
131-
.mypy_cache/
132-
.ruff_cache/
133-
venv/
134-
.venv/
135-
136-
# Empaquetado y distribución
126+
# Packaging / distribution artifacts
137127
*.tar
138128
*.tar.gz
139129
*.zip
@@ -145,23 +135,23 @@ venv/
145135
*.flatpak
146136
packaging/build/
147137

148-
# Flatpak / flatpak-builder (builds locales y CI)
138+
# flatpak-builder output (local smoke builds / CI)
149139
.flatpak-builder/
150140
flatpak/.flatpak-builder/
151141
repo/
152142
build-dir/
153143

154-
# Parches y merge
144+
# Patch / merge leftovers
155145
*.orig
156146
*.rej
157147

158-
# Variables de entorno / local
148+
# Local env / CMake overrides
159149
.env
160150
.env.local
161151
*.local
162152
local.cmake
163153

164-
# Otros
154+
# Misc
165155
*.log
166156
*.tmp
167157
*.temp

0 commit comments

Comments
 (0)