mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
Local docker build
This commit is contained in:
parent
2de45e6e63
commit
602c4e379c
8 changed files with 127 additions and 58 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -4,31 +4,15 @@
|
|||
**/__pycache__/
|
||||
**/.conda/
|
||||
|
||||
# Ignore docker/run/agent-zero directory
|
||||
docker/run/agent-zero/
|
||||
|
||||
#Ignore cursor rules
|
||||
.cursor/
|
||||
|
||||
# ignore test files in root dir
|
||||
/*.test.py
|
||||
|
||||
# Ignore git internal files (for bundler)
|
||||
.git/
|
||||
|
||||
# Ignore all contents of the virtual environment directory
|
||||
.venv/
|
||||
|
||||
# Handle bundle directory
|
||||
bundle/*/
|
||||
!bundle/mac_pkg_scripts
|
||||
|
||||
# Handle work_dir directory
|
||||
work_dir/*
|
||||
|
||||
# Handle specific docker directories
|
||||
docker/run/agent-zero/**
|
||||
|
||||
# Handle memory directory
|
||||
memory/**
|
||||
!memory/**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue