chore: update gitignore and Makefile

- Update .gitignore with node_modules and build artifacts
- Update Makefile with new targets

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-02 19:40:13 +01:00
parent 945ddd3852
commit d80659646f
2 changed files with 39 additions and 1 deletions

7
.gitignore vendored
View File

@@ -164,3 +164,10 @@ credentials/
# Note: Keep alembic/versions/ tracked for migrations
# alembic/versions/*.pyc is already covered by __pycache__
.aider*
# Node.js / npm
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json