# Python cache and compiled files
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.eggs/

# Environment and build files
.env
.venv/
env/
venv/
build/
dist/

# Bytecode and other temporary Python files
*.log
*.bak
*.swp
*.tmp
*.old
*.orig
*.pyc
*.pyo

# IDEs and editors
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# Git and related files
.DS_Store
.git/
*.lock
*.log
*.pid
*.seed
*.cover
*.coverage
*.coverage.*

# Unit test and coverage reports
htmlcov/
.tox/
.cache/
pytest_cache/
.coverage

# Odoo.sh and related specific
*.db
*.db.*
*.zip
config/
local_settings.py

# Exclude files not relevant to the project
*.key
*.pem
private/
*.crt
*.cfg

# Ignore generated docs
docs/_build/
site/

# Ignore temporary files from deployments or builds
*.tar.gz
*.whl
*.sqlite

