Fix install script and update .gitignore
Correct STATE_DIR to project dir, remove unnecessary pip3 check and ENV_FILE replacement for cleaner, accurate installation. Changes: - Set STATE_DIR to ./state in install.sh - Remove pip3 dependency check (included in venv) - Remove redundant ENV_FILE sed replacement - Update .gitignore to ignore state/ directory
This commit is contained in:
parent
8433e4a442
commit
cc00650bc2
4 changed files with 4 additions and 8 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -136,5 +136,4 @@ dmypy.json
|
|||
.ruff_cache/
|
||||
|
||||
# Local data
|
||||
processed_message_ids.txt
|
||||
last_run.txt
|
||||
state/
|
||||
Loading…
Add table
Add a link
Reference in a new issue