-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (53 loc) · 733 Bytes
/
Copy path.gitignore
File metadata and controls
63 lines (53 loc) · 733 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
env/
ENV/
# Packaging / build artifacts
build/
dist/
*.egg-info/
*.egg
.eggs/
pip-wheel-metadata/
# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
# Type checker / linters
.mypy_cache/
.ruff_cache/
.pyright/
# Local env files
.env
.env.*
!.env.example
# Editor / OS files
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
# Project cache/output (top-level only, not nl2sql_agents/cache/)
/cache/
# Large database files (download separately - see README.md)
spider/
data/
archive.zip
*.sqlite
*.sqlite3
*.db
# Notebooks
.ipynb_checkpoints/
# Keys / local secrets
*.pem
*.key
secrets.yaml
secrets.json