mirror of
https://github.com/latinogino/dolibarr-mcp.git
synced 2026-04-30 21:35:36 +02:00
Update .gitignore to match prestashop-mcp structure
This commit is contained in:
66
.gitignore
vendored
66
.gitignore
vendored
@@ -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/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user