Files
zk-data-agent/.gitignore
T
Abdelrahman Abdallah 9c057bbba9 add toml
2026-04-01 21:59:20 +02:00

26 lines
249 B
Plaintext

__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
build/
dist/
*.egg-info/
archive/
.omx/
.clawd-agents/
# Local agent/runtime artifacts
.claude/
.claude.json
.port_sessions/
# Environment files
.env
.env.*
test_cases