Files
sora_python/.gitignore
2024-03-28 10:29:40 +08:00

71 lines
601 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyBuilder
target/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# Pyre type checker
.pyre/
.idea
.test
#runtime produce
#test
logs
seg_result/
seg_result
*.png
uwsgi
#*.yaml
.conf
*.jpg
*.zip
app/logs/errors.log
app/logs/info.log
app/logs/debug.log
test