Files
JieXi/.gitignore
2025-11-28 21:20:40 +08:00

20 lines
159 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv
.env
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
.DS_Store
*.log