diff options
| author | haoyuren <13851610112@163.com> | 2026-03-31 23:27:05 -0500 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2026-03-31 23:27:05 -0500 |
| commit | 8ebc6c53077a4826109f2ceb4c5625efe6b6522e (patch) | |
| tree | 09cfcc52bd39b563859eaa3aa4787288e47edf89 /.gitignore | |
Claude Bridge Server - broker, dispatcher, multi-user support
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc0b27b --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.env +bridge.db +files/ +__pycache__/ +*.pyc +nohup.out +dispatchers/ |
