Update .gitignore to match prestashop-mcp structure

This commit is contained in:
latinogino
2025-09-25 22:03:00 +02:00
parent 2d65c432e4
commit d22bbde8fe

66
.gitignore vendored
View File

@@ -25,16 +25,19 @@ share/python-wheels/
.installed.cfg .installed.cfg
*.egg *.egg
MANIFEST MANIFEST
src/*.egg-info/
*.egg-info
# PyInstaller # Virtual environments
*.manifest venv/
*.spec ENV/
env/
venv_dolibarr/
.venv/
# Installer logs # PyCharm
pip-log.txt .idea/
pip-delete-this-directory.txt
# VS Code
.vscode/
# Unit test / coverage reports # Unit test / coverage reports
htmlcov/ htmlcov/
@@ -51,42 +54,37 @@ coverage.xml
.pytest_cache/ .pytest_cache/
cover/ cover/
# Virtual environments # Environments
.env .env
.venv .env.local
env/
venv/
ENV/
env.bak/
venv.bak/
venv_dolibarr/
# IDEs # mypy
.vscode/ .mypy_cache/
.idea/ .dmypy.json
*.swp dmypy.json
*.swo
*~ # Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# macOS # macOS
.DS_Store .DS_Store
# Windows # Windows
Thumbs.db Thumbs.db
ehthumbs.db desktop.ini
Desktop.ini
# Logs # Logs
*.log *.log
logs/ logs/
# MCP specific # Temporary files
.mcp/ *.tmp
mcp-server.log *.bak
*.swp
# Dolibarr specific *~
dolibarr_config.json
# Local development
local/
.local/