Init commit with working script

This commit is contained in:
2025-08-17 11:44:25 +01:00
commit e570dfe1dc
4 changed files with 807 additions and 0 deletions

56
.gitignore vendored Normal file
View File

@@ -0,0 +1,56 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Project specific
gousto_recipes.json
.DS_Store
# Logs and databases
*.log
*.sqlite3
# Environment variables
.env
.env.local
.env.*.local
# Jupyter Notebook
.ipynb_checkpoints
# Local development settings
local_settings.py
# Selenium
*.crx
*.pem