-
Notifications
You must be signed in to change notification settings - Fork 346
Expand file tree
/
Copy path.dockerignore
More file actions
98 lines (85 loc) · 973 Bytes
/
.dockerignore
File metadata and controls
98 lines (85 loc) · 973 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Git
.git
.gitignore
.gitattributes
# CI/CD
.github
.gitlab-ci.yml
# Development
.vscode
.idea
.DS_Store
*.swp
*.swo
*~
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
pyrightconfig.json
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
cover/
.deepeval*
# Documentation
docs/
/site
docs/_build/
*.md
!CLAUDE.md
# Temporary files
tmp/
*.log
*.tmp
# Config files
config.yaml
config_toolsets.yaml
.claude/
.claude-trace/
# Build artifacts
build/
dist/
*.spec
# Evaluation/test artifacts
evals_report.txt
evals_report.md
eval_results.json
playwright.png
# Poetry (keep poetry.lock and pyproject.toml as they're needed)
poetry.toml
# Jupyter
.ipynb_checkpoints
*.ipynb
# IDE
.ropeproject
.spyderproject
.spyproject