Add .gitignore and remove pycache from repository

Co-authored-by: jags111 <5968619+jags111@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-03 23:01:03 +00:00
parent 292b444099
commit 4ee7e8bfd4
2 changed files with 10 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
# Compiled files
*.so
*.dll
*.dylib