Skip to content

Commit 0c39fd8

Browse files
committed
→ Update ignore file list.
1 parent 8ede094 commit 0c39fd8

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ scripts/
2222
# Jupyter notebooks
2323
notebooks/
2424

25-
# Example files
25+
# Other project directories
26+
docs/
2627
examples/

.gitignore

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
1-
# Ignore compiled Python files
1+
# Compiled Python files
22
*.pyc
33
*.pyo
44
__pycache__/
55
.venv/
66

7-
# Ignore compiled Cython files
7+
# Compiled Cython files
88
*.so
99
*.c
1010

11-
# Ignore system-specific files
11+
# System-specific files
1212
.DS_Store
1313
Thumbs.db
1414

15-
# Ignore temporary files
15+
# Temporary files
1616
*~
1717

18-
# Ignore test coverage results
18+
# Test coverage results
1919
htmlcov/
2020
.coverage
2121
.coverage.*
2222

23-
# Ignore log files
23+
# Log files
2424
logs/
2525
*.log
2626

27-
# Ignore build artifacts
27+
# Build artifacts
2828
build/
2929
dist/
3030
*.egg-info/
3131

32-
# Ignore Jupyter Notebook checkpoints and outputs
32+
# Jupyter Notebook
3333
.ipynb_checkpoints/
3434
outputs/
3535
notebooks/
3636

37-
# Ignore VSCode workspace settings
37+
# VSCode workspace settings
3838
.vscode/
3939

40-
# Ignore Pytest cache
40+
# Pytest cache
4141
.pytest_cache/
4242
.ruff_cache/
4343

44-
# Ignore benchmarks
44+
# Benchmarks
4545
.benchmarks/
4646

47-
# Work In Progress
47+
# Other
4848
docs/templates
4949
readmeai/conf/templates
5050
readmeai/conf/prompts.toml

0 commit comments

Comments
 (0)