fao/.gitignore
2026-04-23 19:24:46 +08:00

16 lines
145 B
Plaintext

.venv/
venv/
.pydeps/
__pycache__/
*.py[cod]
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.env
*.egg-info/
dist/
build/
.DS_Store