# |||| INTELLIJ ||||

.idea/
*.iml
.fleet/
/shelf/
/workspace.xml
/httpRequests/
/dataSources/
/dataSources.local.xml

# |||| DARWIN ||||

.DS_Store

# |||| JS/TS ||||

node_modules/
dist/
dist-ssr/
coverage/
out/
yarn-error.log
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
*.local
nyc_output/
.nyc_output/
*.tsbuildinfo
*.ts.timestamp-*
**/tsdoc-metadata.json
**/temp/
logs/

# |||| GO ||||
*.test
*.exe
*.exe~
*.dll
*.dylib
*.out
build/
testdata/**

# |||| RUST ||||

/target/
target/
gen/

# |||| TURBO REPO ||||

.turbo/
.turbo-cache/

# |||| WORK ||||

work

# |||| VERCEL ||||

.vercel
.astro

# |||| DATA ||||

**/data
synnax-data
synnax-data/**

# |||| PYTHON ||||

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*_cache/
python_install/

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
!x/cpp/lib
!x/cpp/env
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

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

# Translations
*.mo
*.pot

# Django stuff:
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv

# PEP 582
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.schematic

# SageMath parsed files
*.sage.py

# Environments
.env
.env.production
.venv
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# |||| TEST RESULTS ||||
integration/tests/results/

# |||| LANDING SITE ||||

synnax-data/**

# |||||| BAZEL ||||||
# Ignore all bazel-* symlinks. There is no full list since this can change
# based on the name of the directory bazel is cloned into.
**/bazel-*

# Directories for the Bazel IntelliJ plugin containing the generated
# IntelliJ project files and plugin configuration. Seperate directories are
# for the IntelliJ, Android Studio and CLion versions of the plugin.
**/.ijwb/
**/.aswb/
**/.clwb/

# |||| TLS ||||
**/certs*/**

# |||| BINARIES ||||

**/bin/**
**/binaries/**

# |||| PROFILING ||||
**/mem.out
**/profile**.png

# |||| GENERAL ||||
**/ignore*

# |||| ESLINT ||||
.eslintcache

# |||| EDITOR ||||
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
./driver/.vs

# |||| EMBEDDED CONSOLE ||||

# |||| EMBEDDED DRIVER ||||
# Allow driver service assets to be tracked
assets

# |||| OTHER ||||
.obsidian
src/**.js

# ||| Build Binary |||
freighter/integration/integration
integration/integration
core/synnax

# ||| VSCODE EXTENSIONS |||
*.vsix
.bazelrc.user

.claude
