-
Notifications
You must be signed in to change notification settings - Fork 283
Expand file tree
/
Copy path.dockerignore
More file actions
65 lines (53 loc) · 698 Bytes
/
.dockerignore
File metadata and controls
65 lines (53 loc) · 698 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
64
65
# Build Artifacts
build/
dist/
*.egg-info/
# Compiled Python Files
*.pyc
*.pyo
__pycache__/
# Documentation and Markdown
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docs/
examples/
mkdocs.yml
site
# Git
.git/
.github/
.gitignore
# Jupyter Notebook
.ipynb_checkpoints/
notebooks/
outputs/
# Logging
logs/
*.log
# Python Tools and Caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
# System-Specific Files
.DS_Store
# Temporary Files
*~
# Testing
*coverage*
.nox/
.reports/
scripts/
setup/
tests/
noxfile.py
# Virtual Environment
.env
.venv/
# VSCode Workspace Settings
.vscode/
# README-AI
.readmeai/
.actrc
.github/workflows/update-badges-local.yml
.github/workflows/update-badges.yml