tiny_factory / .gitignore
Jules
Add .gitignore and remove __pycache__ and log files from version control
08e975f
__pycache__/
*.py[cod]
*$py.class
run_logs.txt
run_logs_2.txt
.venv/
.env
.pytest_cache/