diff --git a/.gitignore b/.gitignore index 5d8e9d0..4f76d84 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ __pycache__/ .venv/ venv/ env/ +.claude/ # --- emacs --- *~ diff --git a/agents.md b/agents.md index 03c0081..b68a832 100644 --- a/agents.md +++ b/agents.md @@ -38,3 +38,8 @@ Description and PM notes - tests: - date: [2026-05-05 Tue 15:00] ``` + +## tests and commands +- project dir: `%userprofile%\projects\vath\` +- python venv: `%userprofile%\projects\vath\venv\scripts\activate` +- pytest (inside venv): `python -m pytest tests/`