# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.so
*.a
*.egg-info/
.pytest_cache/
.ruff_cache/

# Virtual environment
.venv/
venv/
env/

# IDE
.vscode/
.idea/
.qtcreator/
*.swp
*.swo
*~
docs

# OS
.DS_Store
Thumbs.db

# Qt / QML cache
Qt/
qrc_*.cpp
moc_*.cpp
*.qmlcache
*.qmldir.cache

# Build / packaging artifacts
build/
dist/
*.spec
*.icns
*.ico
