mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-30 19:06:23 +02:00
Merge changes v1
This commit is contained in:
parent
b2fd9bf877
commit
24efe0e887
45 changed files with 2940 additions and 294 deletions
40
apps/rowboat_agents/.gitignore
vendored
Normal file
40
apps/rowboat_agents/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
# Ignore all __pycache__ directories
|
||||
/__pycache__/
|
||||
**/__pycache__/
|
||||
**/**/__pycache__/
|
||||
**/**/__pycache__/**
|
||||
|
||||
# Ignore all .pyc files
|
||||
*.pyc
|
||||
**/*.pyc
|
||||
**/**/*.pyc
|
||||
|
||||
# Ignore .DS_Store files
|
||||
.DS_Store
|
||||
**/.DS_Store
|
||||
**/**/.DS_Store
|
||||
|
||||
# Ignore VSCode files
|
||||
.vscode/*
|
||||
**/.vscode/*
|
||||
**/**/.vscode/*
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Api keys
|
||||
**/*api_keys*
|
||||
|
||||
# Ignore .out, .lock, .log files
|
||||
*.out
|
||||
**/*.out
|
||||
**/**/*.out
|
||||
*.log
|
||||
**/*.log
|
||||
**/**/*.log
|
||||
|
||||
# Ignore tmp.json files
|
||||
**/*tmp.json
|
||||
**/**/*tmp.json
|
||||
**/**/**/*tmp.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue