first commit

This commit is contained in:
kicap
2025-07-16 07:13:43 +08:00
commit aa90d3a455
18 changed files with 1410 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
# Virtual environments
env/
venv/
.venv/
# Python cache
__pycache__/
*.py[cod]
*.pyo
# Distribution / packaging
build/
dist/
*.egg-info/
# IDEs/editors (optional but common)
.vscode/
.idea/
# Jupyter Notebook checkpoints (optional)
.ipynb_checkpoints/