diff --git a/.gitignore b/.gitignore index 3a8b34a..f21c9ec 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ venv/** .pythonlibs/** replit*txt .config/** +.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"]