chore: gitignore

This commit is contained in:
Timothy Jaeryang Baek 2025-03-30 03:04:25 -07:00
parent 4b5c62c474
commit 8576a4a6f3
2 changed files with 11 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.11