Skip to content

Commit e4c9dcf

Browse files
committed
Remove __pycache__ references in documentation
The __pycache__ directory and its compiled files are eliminated from the documentation. These files are generated automatically and might vary among different local setups so it's unnecessary to include them in the document's file structure outline.
1 parent f6da6d8 commit e4c9dcf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ This will create the app structure for us. Something similar to this below:
8686
├── db.sqlite3
8787
├── first_api
8888
│   ├── __init__.py
89-
│   ├── __pycache__
90-
│   │   ├── __init__.cpython-312.pyc
91-
│   │   ├── settings.cpython-312.pyc
92-
│   │   ├── urls.cpython-312.pyc
93-
│   │   └── wsgi.cpython-312.pyc
9489
│   ├── asgi.py
9590
│   ├── settings.py
9691
│   ├── urls.py

0 commit comments

Comments
 (0)