🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
305 B
305 B
Development Guidelines
Python Environment
- Always use
python3
directly, neverpython
- 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