Skip to content

Commit

Permalink
Improved project organization by adding .aider and .env exclusions to…
Browse files Browse the repository at this point in the history
… .gitignore, and created ai_service module with a basic setup for development, deployment, and documentation.
  • Loading branch information
MikeBirdTech committed Oct 11, 2024
1 parent ab9b4ac commit abf72bf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ venv/
# Editors
.idea/
.vscode/
.aider*
.env
Empty file added ai_service/README.md
Empty file.
Empty file added ai_service/ai_service.py
Empty file.
Empty file added ai_service/requirements.txt
Empty file.

0 comments on commit abf72bf

Please sign in to comment.