# --- QGIS / PyQt specifics ---
# Generated files from resources and UI (do not version)
resources_rc.py
*_rc.py
ui_*.py

i18n/*.qm

# Plugin packaging artifacts
*.zip
dist/
build/

# Python caches and bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.env
.envrc
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Logs / testing / coverage
*.log
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.pytest_cache/
.cache/
.cover/
.hypothesis/

# Notebooks
.ipynb_checkpoints/

# Static documentation
docs/_build/
site/

# Type checking / analysis tools
.mypy_cache/
.dmypy.json
.pyre/
.pytype/
.ruff_cache/
cython_debug/

# Python packaging
build/
dist/
downloads/
.eggs/
*.egg-info/
*.egg
wheels/
share/python-wheels/
sdist/
var/
MANIFEST

# PyInstaller / bundle
*.spec
*.manifest

# Local databases
db.sqlite3
db.sqlite3-journal

# Common web framework caches
instance/
.webassets-cache
.scrapy

# Editors / IDE (optional)
.vscode/
.idea/
.spyproject
.spyderproject
.ropeproject

# Alternative package manager configs (optional)
.pdm-python
.pdm-build/
.pixi
__pypackages__/