1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70# Node artifact files
node_modules/
dist/
# Javascript build artifacts
clients/javascript/sdk/dist-*/
clients/javascript/sdk/*.tsbuildinfo
clients/javascript/*/dist-*/
clients/javascript/*/*.tsbuildinfo
# Log files
*.log
locust/venv
locust/__pycache__
# cargo
target/
# Generated by MacOS
.DS_Store
.env
# nix build outputs
backend/result
backend/.tmp
backend/logfile
backend/*PGSQL*
backend/.env
.direnv
/result
/result-*
clients/haskell/result
clients/haskell/dist-newstyle
# dev
bacon.toml
docker-compose/localstack/export_cyphers.sh
test_logs
.keep
.vscode
*.session.sql
# pre-commit config
.pre-commit-config.yaml
.cargo
#gradle files
.gradle
build
.java~
postman/superposition_env.json
#smithy
smithy/output
.aider*
clients/generated/smithy/ts
# Emacs
*~
\#*\#
.#*
# Intellij
**/.idea
docker-compose/postgres/data
clients/generated/smithy/typescript/dist-cjs/
clients/generated/smithy/typescript/dist-es/
clients/generated/smithy/typescript/dist-types/
clients/generated/smithy/typescript/tsconfig.*
.npmrc
.zed