Skip to content

Commit

Permalink
→ Update ignore file list.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Sep 30, 2023
1 parent 8ede094 commit 0c39fd8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ scripts/
# Jupyter notebooks
notebooks/

# Example files
# Other project directories
docs/
examples/
24 changes: 12 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0c39fd8

Please sign in to comment.