Initial commit.

This commit is contained in:
2025-10-11 18:08:04 +00:00
commit 8947da88eb
43 changed files with 7850 additions and 0 deletions

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# Amplifier
amplifier/
tools/
.data
pyproject.toml
# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.venv/
uv.lock
# VSCode
.vscode/
*.code-workspace
# Claude AI configuration
.claude/
# Wild Cloud
data/
# Development working dir
.working/
__debug*
compact__
.lock
# Compiled binaries
wild-api/daemon
wild-api/wildd
wild-cli/wild
bin
dist