diff --git a/.gitignore b/.gitignore index 3f15b64..9283067 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,9 @@ -build -dist +.env +.pypirc +.pytest_cache .venv +.vscode __pycache__ -*.py[cod] -*_pycache_* -*.pyo -*.pyd -*.db -*.sqlite -*.egg-info -*.egg -*.log -*.env -.pypirc \ No newline at end of file +dist +build +firefly_viewer.egg-info \ No newline at end of file