Json-Python-Server/.gitignore
2026-01-29 18:18:32 +08:00

22 lines
187 B
Plaintext

**/.DS_Store
.venv/
**/__pycache__/
**/*.pyc
**/*.pyo
**/*.pyd
.vscode/
.idea/
**/*.swp
.env
uploads/
logs/
# generated artifacts
test/results/
*.log
temp/
test/