添加项目核心文件和 .gitignore

This commit is contained in:
huangzhenpc
2025-02-12 09:29:46 +08:00
parent 3b1ad99f93
commit aff9928984
12 changed files with 864 additions and 1 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Python
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# IDE
.idea/
.vscode/
# Virtual Environment
venv/
env/
# Local development settings
.env