2 Commits

Author SHA1 Message Date
Jacob Schmidt
aef9be7edc Fix: Improve .gitignore for Python projects
This commit updates the .gitignore file to better suit Python projects by:

- Adding common Python-related files and directories to be ignored, such as .env, .pypirc, .pytest_cache, .vscode, __pycache__, dist, build, and firefly_viewer.egg-info.
- Removing redundant or less relevant entries.
2025-04-11 23:08:57 -05:00
Jacob Schmidt
a136a20592 Initial Repo Setup 2025-04-11 22:45:43 -05:00