You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: include virtual environment in clean target (#335)
* fix: include virtual environment in clean target
- Add to DIRS_TO_CLEAN variable
- This ensures 'make clean' removes the dev environment created via 'make dev'
- Fixes issue where clean target didn't clean up virtual environment
* fixed make clean to clear dev environment and remove database files
0 commit comments