Add .gitignore and remove tracked __pycache__/*.pyc files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
wongyiekheng 2026-03-29 14:36:08 +08:00
parent 547e8e8665
commit 5faf1e6d14
36 changed files with 19 additions and 2 deletions

21
.gitignore vendored
View File

@ -1,3 +1,20 @@
build
dist
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
# Build / packaging
build/
dist/
*.spec
*.prof
# Virtual env
.venv/
venv/
# IDE
.idea/
.vscode/
*.swp