From 0c39fd85a77463ecbba85f482f424d6e3e9128ff Mon Sep 17 00:00:00 2001 From: Eli <43382407+eli64s@users.noreply.github.com> Date: Sat, 30 Sep 2023 02:29:56 -0500 Subject: [PATCH] =?UTF-8?q?=E2=86=92=20Update=20ignore=20file=20list.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 3 ++- .gitignore | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.dockerignore b/.dockerignore index 821350e6..c5f64710 100644 --- a/.dockerignore +++ b/.dockerignore @@ -22,5 +22,6 @@ scripts/ # Jupyter notebooks notebooks/ -# Example files +# Other project directories +docs/ examples/ diff --git a/.gitignore b/.gitignore index d7a5e0ae..55906d70 100644 --- a/.gitignore +++ b/.gitignore @@ -1,50 +1,50 @@ -# Ignore compiled Python files +# Compiled Python files *.pyc *.pyo __pycache__/ .venv/ -# Ignore compiled Cython files +# Compiled Cython files *.so *.c -# Ignore system-specific files +# System-specific files .DS_Store Thumbs.db -# Ignore temporary files +# Temporary files *~ -# Ignore test coverage results +# Test coverage results htmlcov/ .coverage .coverage.* -# Ignore log files +# Log files logs/ *.log -# Ignore build artifacts +# Build artifacts build/ dist/ *.egg-info/ -# Ignore Jupyter Notebook checkpoints and outputs +# Jupyter Notebook .ipynb_checkpoints/ outputs/ notebooks/ -# Ignore VSCode workspace settings +# VSCode workspace settings .vscode/ -# Ignore Pytest cache +# Pytest cache .pytest_cache/ .ruff_cache/ -# Ignore benchmarks +# Benchmarks .benchmarks/ -# Work In Progress +# Other docs/templates readmeai/conf/templates readmeai/conf/prompts.toml