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:
parent
13bb753a0b
commit
d4b516d861
9
CLAUDE.md
Normal file
9
CLAUDE.md
Normal 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
|
Loading…
Reference in a new issue