# -----------------------------------
# OS X
# -----------------------------------

# Directory files
.DS_Store
.AppleDouble
.LSOverride

# Thumbnail files
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
bin/
lib64
pyvenv.cfg

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# -----------------------------------
# Files
# -----------------------------------

*.db
*.pyc
.vscode/
__pycache__/
dist/
build/

# -----------------------------------
# IDE
# -----------------------------------
.idea/
# -----------------------------------
# Rust
# -----------------------------------
/target/
# -----------------------------------
# Packaging
# -----------------------------------
*.egg-info/
*.egg
.eggs/
*.so
/build/
# -----------------------------------
# server tests
# -----------------------------------
integration_tests/flask/app/surreal.py/
integration_tests/package-lock.json
integration_tests/node_modules/

clog/
manifest/
.mypy_cache/
.ruff_cache/
tests/db_snapshots/
logs/
