# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual Environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp
*.swo

# macOS
.DS_Store
.DS_Store?

# Secrets – NIEMALS committen!
*.key
*.pem
id_rsa
id_ed25519
.env
.env.local
secrets.yml

# Odoo-spezifisch
*.odoorc
odoo.conf.bak.*

# Logs
*.log
logs/

# Reports (generiert)
reports/*.md
reports/*.html
