Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ Thumbs.db
.idea/
.vscode/

# Neo4j data directory
data/neo4j/

# Neo4j test stub (should not interfere with runtime)
# Note: This is a test stub that can shadow the real neo4j package
# Keep it out of sys.path during normal runs
neo4j/__pycache__/

# Ignore all contents under data/ (keep directory itself tracked)
data/*

Expand Down
Loading