Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
.ruff_cache
# Note: this file only excludes root level entries.
# Subdirectories must use their own .gitignore file to make sure
# that they are complete and can be used outside this repository.

/.ruff_cache
/.vscode
19 changes: 19 additions & 0 deletions knowledge_base/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Python
__pycache__/
dist/
build/
.venv/
.pytest_cache/

# Scala/SBT
target/

# Databricks
.databricks

# Editors
.vscode/

# Build artifacts
*.jar
*.class