File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed
Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -22,5 +22,6 @@ scripts/
2222# Jupyter notebooks
2323notebooks /
2424
25- # Example files
25+ # Other project directories
26+ docs /
2627examples /
Original file line number Diff line number Diff line change 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
1313Thumbs.db
1414
15- # Ignore temporary files
15+ # Temporary files
1616* ~
1717
18- # Ignore test coverage results
18+ # Test coverage results
1919htmlcov /
2020.coverage
2121.coverage. *
2222
23- # Ignore log files
23+ # Log files
2424logs /
2525* .log
2626
27- # Ignore build artifacts
27+ # Build artifacts
2828build /
2929dist /
3030* .egg-info /
3131
32- # Ignore Jupyter Notebook checkpoints and outputs
32+ # Jupyter Notebook
3333.ipynb_checkpoints /
3434outputs /
3535notebooks /
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
4848docs /templates
4949readmeai /conf /templates
5050readmeai /conf /prompts.toml
You can’t perform that action at this time.
0 commit comments