Skip to content

Commit

Permalink
Merge pull request #146 from mucsci-students/develop
Browse files Browse the repository at this point in the history
Sprint 2 Release
  • Loading branch information
smschwartz committed Mar 11, 2024
2 parents 7a11d03 + f9d43d0 commit 57f816e
Show file tree
Hide file tree
Showing 79 changed files with 3,496 additions and 2,049 deletions.
30 changes: 29 additions & 1 deletion .gitignore
@@ -1,2 +1,30 @@
#generic excludes
__pycache__
*.test
*.test
*.egg-info
*.vscode

#Venv directories and files
Lib/
Scripts/
Include/
venv.cfg
pyvenv.cfg

#Linux venv directories
.venv/
bin/
include/
lib/
lib64/

#Build directories and files
build/
dist/
main.spec

#pytest
.pytest_cache

#Macos specifics
.DS_Store
255 changes: 0 additions & 255 deletions Controller.py

This file was deleted.

0 comments on commit 57f816e

Please sign in to comment.