132a7d3240
- AppConfig.viewports flag para ventanas OS reales fuera del main window - Multi-viewport render loop en app_base.cpp (UpdatePlatformWindows) - SQLite amalgamation vendoreada para Windows cross-compile - LANGUAGES C CXX en CMakeLists para compilar sqlite3.c - Fix pie_chart.cpp para nueva API de ImPlot (PlotPieChart sin flags arg) - imgui.ini añadido a gitignore Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
58 lines
716 B
Plaintext
58 lines
716 B
Plaintext
# SQLite index — journal/wal temporales
|
|
registry.db-journal
|
|
registry.db-wal
|
|
|
|
# operations.db — datos vivos, cada app genera el suyo con fn ops init
|
|
**/operations.db
|
|
**/operations.db-journal
|
|
**/operations.db-wal
|
|
**/operations.db-shm
|
|
|
|
# Binario CLI
|
|
/fn
|
|
|
|
# Go
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Secrets
|
|
**/.env
|
|
**/.env.*
|
|
|
|
# Python
|
|
**/__pycache__/
|
|
**/*.pyc
|
|
**/*.pyo
|
|
python/.venv/
|
|
|
|
# Externalized apps and analysis (each is its own Gitea repo)
|
|
apps/*/
|
|
analysis/*/
|
|
|
|
# Node / pnpm
|
|
**/node_modules/
|
|
|
|
# Sources — repos externos clonados (solo se versiona el manifest)
|
|
sources/*/
|
|
|
|
# C++ build artifacts
|
|
cpp/build/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Archivos locales
|
|
.local
|
|
|
|
broken_paths.txt
|
|
imgui.ini
|