diff --git a/.gitignore b/.gitignore index 8be41ec..f23a670 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,4 @@ venv/** .pythonlibs/** .config/** replit*txt -testOnly/** -**firepup650.egg-info/** +.replit diff --git a/.replit b/.replit deleted file mode 100644 index e735523..0000000 --- a/.replit +++ /dev/null @@ -1,10 +0,0 @@ -entrypoint = "main.py" -modules = ["python-3.10:v18-20230807-322e88b"] - -hidden = [".*", "replit*","*.sh"] - -[nix] -channel = "stable-23_05" - -[deployment] -run = ["sh", "-c", "python3 main.py"]