rm old thing
This commit is contained in:
parent
3e9c344f3c
commit
48c0d99024
2 changed files with 1 additions and 12 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -5,5 +5,4 @@ venv/**
|
||||||
.pythonlibs/**
|
.pythonlibs/**
|
||||||
.config/**
|
.config/**
|
||||||
replit*txt
|
replit*txt
|
||||||
testOnly/**
|
.replit
|
||||||
**firepup650.egg-info/**
|
|
||||||
|
|
10
.replit
10
.replit
|
@ -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"]
|
|
Loading…
Reference in a new issue