-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (35 loc) · 703 Bytes
/
.gitignore
File metadata and controls
35 lines (35 loc) · 703 Bytes
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
venv/
build/
.egg-info/
sessions/
__pycache__/
.pytest_cache/
.zencoder/
core/__pycache__/
reports/
node_modules/
codechat/tree-sitter-c
codechat/tree-sitter-swift
codechat/__pycache__/
codechat/events/__pycache__/
codechat/domain/__pycache__/
codechat/data/__pycache__/
codechat/interface/__pycache__/
tests/core/__pycache__/
tests/interface/__pycache__/
tests/data/__pycache__/
tests/domain/__pycache__/
tests/events/__pycache__/
tests/__pycache__/
dist/
codez_cli.egg-info/
vendor/java-tree-sitter
vendor/kotlin-tree-sitter
vendor/py-tree-sitter
vendor/tree-sitter-c
vendor/tree-sitter-go
vendor/tree-sitter-php
vendor/tree-sitter-rust
vendor/tree-sitter-swift
vendor/tree-sitter-typescript
.vscode/