Files
Atomizer/.gitignore
Anto01 73a7b9d9f1 feat: Add dashboard chat integration and MCP server
Major changes:
- Dashboard: WebSocket-based chat with session management
- Dashboard: New chat components (ChatPane, ChatInput, ModeToggle)
- Dashboard: Enhanced UI with parallel coordinates chart
- MCP Server: New atomizer-tools server for Claude integration
- Extractors: Enhanced Zernike OPD extractor
- Reports: Improved report generator

New studies (configs and scripts only):
- M1 Mirror: Cost reduction campaign studies
- Simple Beam, Simple Bracket, UAV Arm studies

Note: Large iteration data (2_iterations/, best_design_archive/)
excluded via .gitignore - kept on local Gitea only.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 15:53:55 -05:00

108 lines
1.1 KiB
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
.coverage
.coverage.*
htmlcov/
*.cover
.hypothesis/
# Virtual Environment
venv/
ENV/
env/
.venv
# IDEs
.vscode/
.idea/
.obsidian/
*.swp
*.swo
*~
.DS_Store
# NX/FEA Files
*.op2
*.f06
*.f04
*.xdb
*.log
*.diag
*.pch
*.master
*.dball
*.ldra
*.sdb
*.sim.bak
*.prt.bak
*.dat
*.html
*.png
# Optimization Results (generated during runs - do not commit)
optuna_study.db
optuna_study.db-journal
history.csv
history.json
history.bak
next.exp
RMS_log.csv
archives/
temp/
*.tmp
optimization_results/
**/optimization_results/
study_*.db
study_*_metadata.json
# Test outputs (generated during testing)
tests/optimization_results/
# Node modules (for dashboard)
node_modules/
.npm
.cache
dist/
build/
# Environment variables
.env
.env.local
# OS
Thumbs.db
desktop.ini
nul
# Temporary data files
_dat_run*.dat
# Study iteration data (large, generated - keep local only)
**/2_iterations/
**/best_design_archive/
**/turbo_logs/
**/gnn_data/
**/checkpoints/
*.npz