Skip to content

Conversation

@engine-labs-will
Copy link

Summary

This PR introduces a detailed development setup guide for the self-modifying-api project and improves local development hygiene by refining the .gitignore file.

Details

  • Adds DEVELOPMENT.md with comprehensive steps: prerequisites, installation, configuration, running, and troubleshooting.
  • Updates README.md to reference the development guide for onboarding.
  • Expands .gitignore to ignore .venv and pycache/ for common Python workflows.

Linear issue

…ove ignore rules

This change adds a detailed DEVELOPMENT.md guide covering local dev setup, prerequisites, service configuration, and troubleshooting for new contributors. It enhances onboarding clarity and codifies environment and external service expectations. References to the new guide are added in README.md, and .gitignore is expanded to cover .venv and __pycache__ for improved development hygiene.

- Introduces DEVELOPMENT.md for setup, config, and troubleshooting guidance
- Updates README.md to point users to the new development guide
- Expands .gitignore for typical Python dev and venv exclusions

These changes enhance onboarding and improve development ergonomics for all contributors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant