Initial commit
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
|
||||
# virtualenv
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# secrets & local config
|
||||
config/settings.yaml
|
||||
|
||||
# generated output
|
||||
out/
|
||||
|
||||
# verification artifacts
|
||||
*.preview.png
|
||||
_smoke_*
|
||||
|
||||
# AI Agents
|
||||
.claude/
|
||||
.sisyphus/
|
||||
.agents/
|
||||
.zcode/
|
||||
Reference in New Issue
Block a user