Files
mcias/.gitignore
2026-03-12 14:39:14 -07:00

39 lines
513 B
Plaintext

/mciassrv
/mciasctl
/mciasdb
/mciasgrpcctl
/bin/
*.exe
*.db
*.db-wal
*.db-shm
*.out
*.test
coverage.html
coverage.txt
mcias.toml
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~
go.work
go.work.sum
dist/mcias_*.tar.gz
man/man1/*.gz
# Client library build artifacts
clients/rust/target/
clients/python/.venv/
clients/python/__pycache__/
clients/python/mcias_client/__pycache__/
clients/python/tests/__pycache__/
clients/python/.pytest_cache/
clients/python/*.egg-info/
clients/lisp/**/*.fasl
# manual testing
/run/
.env