.tools
.worktrees
dist
/resources/*.ts
/release
/target
/frontend/build
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
/dev/
/debug/

# ignore everything inside docs
docs/**/*

# allow src inside docs
!docs/src/

# allow everything inside src
!docs/src/**/*

docker/binaries
.DS_Store

*.m3u

.idea/
*.idea
*.iml

node_modules
yarn.lock
*.log

docker/web
docker/tuliprox
docker/resources
artifacts

# Ignore VSCode settings and files
/.vscode

.envrc
backend/app/Cargo.lock

# Ignore markdown files
*.md
!docs/src/**/*.md
!README.md
!CHANGELOG.md
!CONTRIBUTING.md

# Ignore ai documentation files
# no ai files

# Local refactoring measurements (clippy inventories, cargo metadata, timings).
# These are engineering artifacts of the modularization work, not project docs.
/baselines/

# Scratch directory some backend tests create relative to the crate root.
# Test output must never become tracked source.
/backend/app/tmp/

# Local secret environment files
.env
.env.*
!.env.example

