61 lines
580 B
Plaintext
61 lines
580 B
Plaintext
# 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
|
|
|
|
# Runtime scratch data
|
|
tmp/
|
|
|
|
# Superpowers brainstorming visual companion
|
|
.superpowers/
|
|
.llm-wiki/
|
|
.agents/
|
|
.pi/
|
|
|
|
# Planning / personal docs (root level)
|
|
CLAUDE.md
|
|
LEARNINGS.md
|
|
MIGRATION.md
|
|
AGENTS.md
|
|
CONVENTIONS.md
|
|
specs/
|
|
graphify-out/
|