mirror of
https://github.com/gauvainboiche/ketapk.git
synced 2026-09-02 11:13:11 +02:00
fix: .gitignore update
This commit is contained in:
+11
-9
@@ -3,17 +3,19 @@ KetaPK_FR_1_00/
|
|||||||
KetaPK_FR_1_00*
|
KetaPK_FR_1_00*
|
||||||
code_vba.txt
|
code_vba.txt
|
||||||
|
|
||||||
# Python-generated files
|
# Node files
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Python files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[oc]
|
*.py[oc]
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
*.py
|
||||||
|
.python-version
|
||||||
|
package-lock.json
|
||||||
|
package.json
|
||||||
|
pyproject.toml
|
||||||
|
uv.lock
|
||||||
|
|
||||||
# Virtual environments
|
# Virtual environments
|
||||||
.venv
|
.venv
|
||||||
|
|
||||||
# Virtual environments
|
|
||||||
.venv
|
|
||||||
|
|
||||||
# Exports et identité
|
|
||||||
exports/
|
|
||||||
data/
|
|
||||||
Reference in New Issue
Block a user