rm old thing

This commit is contained in:
Firepup Sixfifty 2024-04-26 22:57:27 -05:00
parent 3e9c344f3c
commit 48c0d99024
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA
2 changed files with 1 additions and 12 deletions

3
.gitignore vendored
View file

@ -5,5 +5,4 @@ venv/**
.pythonlibs/** .pythonlibs/**
.config/** .config/**
replit*txt replit*txt
testOnly/** .replit
**firepup650.egg-info/**

10
.replit
View file

@ -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"]