diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a4e892 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +__pycache__/ +*.py[cod] +*.pyo +*.pyd +.Python +*.egg-info/ +dist/ +build/ +.env +.venv +venv/ +*.log +data/ +*.db +*.parquet +*.duckdb +.DS_Store diff --git a/app/__pycache__/__init__.cpython-311.pyc b/app/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 122516c..0000000 Binary files a/app/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/db.cpython-311.pyc b/app/__pycache__/db.cpython-311.pyc deleted file mode 100644 index 84f93ff..0000000 Binary files a/app/__pycache__/db.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/enricher.cpython-311.pyc b/app/__pycache__/enricher.cpython-311.pyc deleted file mode 100644 index e3e7c77..0000000 Binary files a/app/__pycache__/enricher.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/replicate_ai.cpython-311.pyc b/app/__pycache__/replicate_ai.cpython-311.pyc deleted file mode 100644 index 2e18c92..0000000 Binary files a/app/__pycache__/replicate_ai.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/site_analyzer.cpython-311.pyc b/app/__pycache__/site_analyzer.cpython-311.pyc deleted file mode 100644 index b7cd420..0000000 Binary files a/app/__pycache__/site_analyzer.cpython-311.pyc and /dev/null differ