This commit is contained in:
puke
2025-10-25 19:39:13 +08:00
committed by puke
parent fe6fa4923e
commit 60918f69b1
55 changed files with 13552 additions and 0 deletions

67
.gitignore vendored Normal file
View File

@@ -0,0 +1,67 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.venv/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.cursorrules
.cursorignore
# OS
.DS_Store
Thumbs.db
# Config files with sensitive data
config.yaml
.env
# Logs
*.log
# Test outputs
test_outputs/
*.mp4
*.mp3
*.wav
*.bak
test_*.py
# Temp files
temp/
tmp/
.cache/
data
output
plans/
examples/
repositories/