Commit Graph

3 Commits

Author SHA1 Message Date
Alexa Amundson
7f59578c3f Add populated backend environment configuration 2025-11-20 16:16:49 -06:00
Alexa Amundson
71cb4128c7 Add architecture roadmap and environment map docs 2025-11-17 01:20:02 -06:00
Claude
430d59ecc8 Add .gitignore to exclude Python cache files
Excludes:
- __pycache__/ directories
- *.pyc, *.pyo, *.pyd files
- Virtual environments
- IDE files
- Environment variables
- Test artifacts
- Database files
- Node modules
- Temporary files

This prevents Python bytecode cache files from being tracked in git.
2025-11-17 06:06:51 +00:00