Python Project Template File Organization

Sub-skill of python-project-template: File Organization.

vamseeachanta 7acc640 388 B Updated

File contents

File Organization

File Organization

NEVER save to root. Use:

  • /src - Source code
  • /tests - Test files
  • /docs - Documentation
  • /config - Configuration
  • /scripts - Utility scripts
  • /data - Data files
  • /reports - Generated reports

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/workflows/python-project-template/file-organization commit 7acc6409aa

Frequently asked questions

npx skillmds@latest add vamseeachanta/python-project-template-file-organization