Add .gitignore and commit pending changes

- Add comprehensive .gitignore for Python, Flask, IDE, and project-specific files
- Include test_optimizer.py
- Update Claude settings and windings preset configuration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-03-02 16:16:40 -06:00
parent 30b8c55d3c
commit 8e51d36a96
4 changed files with 152 additions and 6 deletions

50
.gitignore vendored Normal file
View File

@@ -0,0 +1,50 @@
# 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
# Virtual Environment
.venv/
venv/
ENV/
env/
# Flask
instance/
.webassets-cache
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Project specific
*.png
sweep_results.csv
old/
# Local settings
.claude/settings.local.json