# --- Python ---
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
.eggs/
*.egg-info/
*.egg
pip-wheel-metadata/
.wheelhouse/

# Virtual environments
.venv/
venv/
env/
ENV/
.conda/
.conda_env/
.python-version

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
pytest_cache/
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
*.py,cover

# Type checkers
.mypy_cache/
.pytype/
.pyre/

# IDEs and editors
.vscode/
.idea/
*.code-workspace

# OS
.DS_Store
Thumbs.db

# --- Qt/QML (PySide6) ---
# QML cache and generated artifacts
*.qmlc
*.jsc
*.pro.user
*.pro.user.*
*.moc
moc_*.cpp
uic_*.h
*.qrc.depends

# Logs
*.log

# Local media outputs (keep shipped samples, ignore new outputs)
example/output_*.mp4

# Notebooks checkpoints
.ipynb_checkpoints/

# C extensions
*.so
