mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-19 05:48:20 -04:00
updated .gitignore and AGENTS.md
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -165,3 +165,7 @@ test.*
|
|||||||
|
|
||||||
# syncthing
|
# syncthing
|
||||||
.stfolder
|
.stfolder
|
||||||
|
|
||||||
|
# Frontend build output
|
||||||
|
frontend/dist/
|
||||||
|
frontend/node_modules/
|
||||||
|
|||||||
@@ -3,3 +3,10 @@
|
|||||||
- use treefmt to format all files
|
- use treefmt to format all files
|
||||||
- make python code ruff compliant
|
- make python code ruff compliant
|
||||||
- use pytest to test python code
|
- use pytest to test python code
|
||||||
|
- always use the minimum amount of complexity
|
||||||
|
- if judgment calls are easy to reverse make them. if not ask me first
|
||||||
|
- Match existing code style.
|
||||||
|
- Use builtin helpers getenv() over os.environ.get.
|
||||||
|
- Prefer single-purpose functions over “do everything” helpers.
|
||||||
|
- Avoid compatibility branches like PG_USER and POSTGRESQL_URL unless requested.
|
||||||
|
- Keep helpers only if reused or they simplify the code otherwise inline.
|
||||||
|
|||||||
Reference in New Issue
Block a user