diff --git a/.gitignore b/.gitignore index bb47580..a4d1f93 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,99 @@ config.json node_modules/ data/ + +# Python (from remote) +__pycache__/ +*.py[codz] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST +*.manifest +*.spec +pip-log.txt +pip-delete-this-directory.txt +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py.cover +.hypothesis/ +.pytest_cache/ +cover/ +*.mo +*.pot +*.log +local_settings.py +db.sqlite3 +db.sqlite3-journal +instance/ +.webassets-cache +.scrapy +docs/_build/ +.pybuilder/ +target/ +.ipynb_checkpoints +profile_default/ +ipython_config.py +.pdm-python +.pdm-build/ +.pixi +__pypackages__/ +celerybeat-schedule +celerybeat.pid +*.rdb +*.aof +*.pid +mnesia/ +rabbitmq/ +rabbitmq-data/ +activemq-data/ +*.sage.py +.env +.envrc +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ +.spyderproject +.spyproject +.ropeproject +/site +.mypy_cache/ +.dmypy.json +dmypy.json +.pyre/ +.pytype/ +cython_debug/ +.abstra/ +tempCodeRunnerFile.py +.ruff_cache/ +.pypirc +marimo/_static/ +marimo/_lsp/ +__marimo__/ +.streamlit/secrets.toml