diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 1fad92b..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..804641c --- /dev/null +++ b/.gitignore @@ -0,0 +1,96 @@ +.sesskey +*.db-* +*.db +.gitattributes +_proc/ +_quarto.yml +sidebar.yml +Gemfile.lock +token +_docs/ +conda/ +.last_checked +.gitconfig +*.bak +*.log +*~ +~* +_tmp* +tmp* +tags + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ + +# Jupyter Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# dotenv +.env + +# virtualenv +.venv +venv/ +ENV/ + +.vscode +*.swp + +# osx generated files +.DS_Store +.DS_Store? +.Trashes +ehthumbs.db +Thumbs.db +.idea + +# pytest +.pytest_cache diff --git a/.sesskey b/.sesskey deleted file mode 100644 index 24134b3..0000000 --- a/.sesskey +++ /dev/null @@ -1 +0,0 @@ -c52a9a15-9730-4587-822b-003e09ec5693 \ No newline at end of file diff --git a/__pycache__/awesome_fasthtml.cpython-312.pyc b/__pycache__/awesome_fasthtml.cpython-312.pyc deleted file mode 100644 index 68bcbe0..0000000 Binary files a/__pycache__/awesome_fasthtml.cpython-312.pyc and /dev/null differ