Initial commit with .gitignore

This commit is contained in:
2026-02-04 14:36:13 +08:00
commit 82b5fbf875
9 changed files with 1704 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Virtual environment
venv/
.venv/
env/
.env/
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
# IDE
.idea/
.vscode/
*.swp
*.swo
# Config with sensitive data
config.ini
# Logs
*.log
# OS files
.DS_Store
Thumbs.db