# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDEs / editors .vscode/ .idea/ *.swp *.swo *~ # Mypy / pytest / coverage .mypy_cache/ .dmypy.json dmypy.json .pytest_cache/ .coverage htmlcov/ .tox/ .nox/ .ruff_cache/ # Project-specific out/ output/ *.xml !tests/fixtures/*.xml !templates/*.xml !src/odoo_ocr/.agents/skills/odoo-xml-import/templates/*.xml .cache/ ~/.cache/