init monlet repo with stage 0-2 (docs, contract, agent MVP)
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
.cache/
|
||||
|
||||
# Python
|
||||
**/.venv/
|
||||
**/__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# Node
|
||||
**/node_modules/
|
||||
**/.next/
|
||||
**/out/
|
||||
**/dist/
|
||||
|
||||
# Go
|
||||
**/bin/
|
||||
**/coverage.out
|
||||
|
||||
# Local env
|
||||
*.local
|
||||
.env
|
||||
!.env.example
|
||||
server/.env
|
||||
!server/.env.example
|
||||
Reference in New Issue
Block a user