argos/.gitignore
Luc Didry e2402ac190
💥 — Change default config file path to argos-config.yaml (fix #36)
Argos will first try the given config file (given either with `--config` or with
`ARGOS_YAML_FILE` env var), then `argos-config.yaml`, then `/etc/argos/config.yaml`.
2024-06-17 16:15:53 +02:00

10 lines
89 B
Text

__pycache__
*.egg-info
.vscode
venv
.env
public
*.swp
argos-config.yaml
config.yaml
dist