odoo_mqtt/.gitignore
2026-02-10 20:00:27 +01:00

49 lines
408 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
*.log
# Local config
.env
.env.local
config.local.yml
# SQLite (if using for retry queue)
*.db
*.sqlite3