Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
83 changes: 0 additions & 83 deletions .claude/agents/changelog-editor.md

This file was deleted.

16 changes: 10 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
**/*.pyc
**/*.pyc.*
**/*/node_modules
**/*.next
**/*.pnpm-store
Expand All @@ -9,9 +8,6 @@
**/*.pem
**/*dont_commit_me*

__pycache__/
**/__pycache__/

**/error-*.log

/.nox/
Expand All @@ -21,6 +17,13 @@ myenv/

**/error-*.log


# hosting/
! hosting/docker-compose/oss/.env.oss.dev.example
! hosting/docker-compose/oss/.env.oss.gh.example
! hosting/docker-compose/ee/.env.ee.dev.example
! hosting/docker-compose/ee/.env.ee.gh.example

# examples/
examples/**/config.toml
examples/**/agenta.py
Expand All @@ -33,10 +36,13 @@ examples/**/docker.tar.gz
examples/**/Dockerfile

# web/
web/cypress/videos/
web/src/ee/**
web/src/pages/apps/index.tsx
web/src/pages/auth/[[...path]].tsx
web/src/pages/auth/[[...path]].tsx
web/cypress/screenshots/
web/cypress/videos/
.nextjs_cache/

# sdk/
Expand All @@ -46,5 +52,3 @@ sdk/agenta/templates/main.py
sdk/agenta/templates/agenta.py
web/ee/public/__env.js
web/oss/public/__env.js

web/oss/tests/datalayer/results
35 changes: 0 additions & 35 deletions .gitleaks.toml

This file was deleted.

Loading
Loading