Files
zk-data-agent/.gitignore
T
2026-07-26 06:52:12 +08:00

25 lines
204 B
Plaintext

__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
*.egg-info/
build/
dist/
.env
.env.*
!.env.example
.coverage
htmlcov/
.logs/
.runtime/
node_modules/
.svelte-kit/
*.sqlite3
*.db