Add development guidelines in CLAUDE.md

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Edward Betts 2025-07-16 14:25:29 +02:00
parent 13bb753a0b
commit d4b516d861

9
CLAUDE.md Normal file
View file

@ -0,0 +1,9 @@
# Development Guidelines
## Python Environment
- Always use `python3` directly, never `python`
- Run `black` code formatter after creating or modifying Python files
## Git Workflow
- Avoid committing unrelated untracked files (e.g., `node_modules/`, build artifacts)
- Only commit relevant project files