21 lines
546 B
Markdown
21 lines
546 B
Markdown
# Documentation Folder
|
|
|
|
This folder contains business planning, architecture decisions, and documentation.
|
|
|
|
**No application code belongs here.**
|
|
|
|
## Contents
|
|
|
|
| Document | Purpose |
|
|
|----------|---------|
|
|
| `code_guidelinees.md` | Code creation guidelines and Git strategy |
|
|
| `security.md` | Python focused security code suggestions |
|
|
|
|
|
|
## Guidelines
|
|
|
|
- Keep documents focused and concise
|
|
- Update docs when architecture decisions change
|
|
- Use markdown tables for structured information
|
|
- Include links to external documentation where relevant
|