23 lines
284 B
Plaintext
23 lines
284 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# working directory
|
|
.working_dir/
|
|
.vimax/
|
|
.test/
|
|
# Node dependencies
|
|
node_modules/
|
|
|
|
# Local agent secrets
|
|
configs/*.local.json
|
|
configs/*.local.yaml
|
|
!configs/agent.local.yaml
|