# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

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

# Environment and config
.env
.odoo-ninja.env
*.local.env

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db
