chore: establish standards in AGENTS.md
This commit is contained in:
commit
eee8195662
4 changed files with 135 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# secrets
|
||||
.env
|
||||
|
||||
# python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.pytest_cache/
|
||||
|
||||
# node
|
||||
node_modules/
|
||||
frontend/dist/
|
||||
|
||||
# eval: raw (unredacted) recordings never enter the repo
|
||||
eval/fixtures/raw/
|
||||
Loading…
Add table
Add a link
Reference in a new issue