wongyiekheng 5faf1e6d14 Add .gitignore and remove tracked __pycache__/*.pyc files
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 14:36:08 +08:00

21 lines
145 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
# Build / packaging
build/
dist/
*.spec
*.prof
# Virtual env
.venv/
venv/
# IDE
.idea/
.vscode/
*.swp