diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7503a75 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class +*.egg-info/ +.eggs/ +build/ +dist/ + +# Virtualenvs +.venv/ +venv/ +env/ + +# Secrets / config local +.env +.env.* +!.env.example + +# Datos / runtime +*.db +*.db-wal +*.db-shm +/data/ + +# Tests / coverage +.pytest_cache/ +.coverage +htmlcov/ + +# Editor / OS +.vscode/ +.idea/ +*.swp +.DS_Store diff --git a/src/__pycache__/__init__.cpython-310.pyc b/src/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 9861eb5..0000000 Binary files a/src/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/src/__pycache__/config.cpython-310.pyc b/src/__pycache__/config.cpython-310.pyc deleted file mode 100644 index 7172d6c..0000000 Binary files a/src/__pycache__/config.cpython-310.pyc and /dev/null differ diff --git a/src/bot/__pycache__/__init__.cpython-310.pyc b/src/bot/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 09af951..0000000 Binary files a/src/bot/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/src/bot/__pycache__/bot.cpython-310.pyc b/src/bot/__pycache__/bot.cpython-310.pyc deleted file mode 100644 index 106173d..0000000 Binary files a/src/bot/__pycache__/bot.cpython-310.pyc and /dev/null differ diff --git a/src/db/__pycache__/__init__.cpython-310.pyc b/src/db/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index d0a25f5..0000000 Binary files a/src/db/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/src/db/__pycache__/database.cpython-310.pyc b/src/db/__pycache__/database.cpython-310.pyc deleted file mode 100644 index 73791ad..0000000 Binary files a/src/db/__pycache__/database.cpython-310.pyc and /dev/null differ diff --git a/src/generator/__pycache__/__init__.cpython-310.pyc b/src/generator/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 7ed6028..0000000 Binary files a/src/generator/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/src/generator/__pycache__/generator.cpython-310.pyc b/src/generator/__pycache__/generator.cpython-310.pyc deleted file mode 100644 index 0e6e594..0000000 Binary files a/src/generator/__pycache__/generator.cpython-310.pyc and /dev/null differ diff --git a/src/processor/__pycache__/__init__.cpython-310.pyc b/src/processor/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 3311663..0000000 Binary files a/src/processor/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/src/processor/__pycache__/processor.cpython-310.pyc b/src/processor/__pycache__/processor.cpython-310.pyc deleted file mode 100644 index 797514e..0000000 Binary files a/src/processor/__pycache__/processor.cpython-310.pyc and /dev/null differ diff --git a/src/scraper/__pycache__/__init__.cpython-310.pyc b/src/scraper/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 5d42cfb..0000000 Binary files a/src/scraper/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/src/scraper/__pycache__/exhaustive.cpython-310.pyc b/src/scraper/__pycache__/exhaustive.cpython-310.pyc deleted file mode 100644 index 6ee0e83..0000000 Binary files a/src/scraper/__pycache__/exhaustive.cpython-310.pyc and /dev/null differ diff --git a/tests/__pycache__/__init__.cpython-310.pyc b/tests/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 5029526..0000000 Binary files a/tests/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/tests/__pycache__/test_scraper.cpython-310-pytest-9.0.3.pyc b/tests/__pycache__/test_scraper.cpython-310-pytest-9.0.3.pyc deleted file mode 100644 index 23d3049..0000000 Binary files a/tests/__pycache__/test_scraper.cpython-310-pytest-9.0.3.pyc and /dev/null differ