# Build artifacts target/ *.deb package-build/ # Frontend build output (rebuilt in Docker) frontend/dist/ frontend/node_modules/ # Git .git/ .gitignore # IDE .vscode/ .idea/ # Docker Dockerfile docker-compose.yml .dockerignore # Environment .env .env.* # Documentation docs/ # Agent Zero project data .a0proj/ # Python venv/ __pycache__/ # Misc *.md !README.md LICENSE