-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (51 loc) · 743 Bytes
/
.gitignore
File metadata and controls
58 lines (51 loc) · 743 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
# Build directories and binary files
build/
out/*
!out/.gitkeep
cmake-build-*/
conan-cache/
*.tgz
*.tar.gz
# Data files
*.npz
# Development files
**/5GModel/**
# User specific settings
CMakeUserPresets.json
# IDE files
.vs/
.idea/
.vscode/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.bak
*.swp
*~
_ReSharper*
*.log
# OS Generated Files
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes
.Trash-*
$RECYCLE.BIN/
.TemporaryItems
ehthumbs.db
Thumbs.db
container/.env
# Python generated files
.mypy_cache/
.pytest_cache/
.venv/
__pycache__/
.coverage*
**.egg-info/
*.whl
ran/py/.env.python
# Generated tutorial notebooks (converted from .py source files)
docs/tutorials/generated/