forked from cognizant-ai-lab/neuro-san
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (37 loc) · 742 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (37 loc) · 742 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
36
37
38
39
40
41
42
43
44
45
46
47
# virtualenv folders
venv/
venv2/
venv3/
.venv/
# Python byte code
*.pyc
# build files
dist/
build/
*.egg-info/
.requirements-wheels/
neuro_san/.requirements-wheels/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# PyCharm env
.idea/
# Vim editor restore files
*.swp
# Documentation created by mkdocs which may harbor security vulnerabilities
site/
# Generated files
# Note: We actually want to check-in the generated files so they can be properly
# exported via GitHub zip/tar.gz and wheel file mechanisms.
# **/grpc/generated/*
# macOS folder metadata
.DS_Store
# Temporary integrtion test files
tmp_*
# Transient openapi file
neuro_san/api/grpc/openapi.yaml
.python-version
.env
uv.lock
thinking/