forked from wandb/wandb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
50 lines (44 loc) · 805 Bytes
/
.gitignore
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
# NOTE: We use Hatch to build wandb, and it respects the *first* .gitignore
# file it sees. It doesn't consider .gitignore files in subdirectories.
# Conventional location for Python virtual environments.
.venv/*
# tox and nox caches.
.nox/
.nox-wandb/
.tox/
# Test results.
test-results/
.coverage
coverage.xml
coverage.txt
# Linting.
mypy-results/
# Build output in apple_stats.
apple_stats/.build/
__pycache__/
htmlcov/
.mypy_cache/
.pytest_cache/
.hypothesis/
.circle_cache/
.yea_cache/
build/
dist/
*.pyc
.python-version
wandb.egg-info
docs/themes/
docs/.generated-files.txt
docs/config.toml
tests/unit_tests_old/logs/*
!tests/unit_tests_old/logs/cleanup.sh
pip-wheel-metadata
.vscode/.ropeproject
xcuserdata/
cover-results/
wandb/proto_check/
*.log
.idea/
.yea-requirements.txt
.yeadoc/
logs/