Files
xlwings/.gitignore
Misaka 01690580ae chore: remove test scripts and demo files from version control
Remove check_vba_access.py and create_demo.py utility scripts. Stop tracking demo.xlsm and update .gitignore to exclude all .xlsm files.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-04 22:48:53 +08:00

39 lines
396 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Virtual Environment
.venv/
venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Excel temporary files
~$*
*.tmp
# OS
.DS_Store
Thumbs.db
nul
# Claude Code
.claude/
# Test files (optional - comment out if you want to track them)
test_*.py
debug_*.py
# Demo file (optional - comment out if you want to track it)
*.xlsm