-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtree.txt
More file actions
50 lines (49 loc) · 1.54 KB
/
tree.txt
File metadata and controls
50 lines (49 loc) · 1.54 KB
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
SPDX-FileCopyrightText: 2025 João Soares
SPDX-License-Identifier: CC-BY-4.0
skleton_tree/
├── .idea/
│ ├── copyright/
│ │ └── InternalUse.xml
│ ├── inspectionProfiles/
│ │ ├── profiles_settings.xml
│ │ └── Project_Default.xml
│ ├── .gitignore
│ ├── copilot.data.migration.agent.xml
│ ├── copilot.data.migration.edit.xml
│ ├── dbnavigator.xml
│ ├── misc.xml
│ ├── modules.xml
│ ├── ruff.xml
│ ├── skleton_tree.iml
│ └── workspace.xml
├── .venv/
│ ├── Lib/
│ │ └── site-packages/
│ │ ├── __pycache__/
│ │ │ └── _virtualenv.cpython-312.pyc
│ │ ├── _virtualenv.pth
│ │ └── _virtualenv.py
│ ├── Scripts/
│ │ ├── activate
│ │ ├── activate.bat
│ │ ├── activate.csh
│ │ ├── activate.fish
│ │ ├── activate.nu
│ │ ├── activate.ps1
│ │ ├── activate_this.py
│ │ ├── deactivate.bat
│ │ ├── pydoc.bat
│ │ ├── python.exe
│ │ └── pythonw.exe
│ ├── .gitignore
│ ├── CACHEDIR.TAG
│ └── pyvenv.cfg
├── src/
│ ├── __init__.py
│ ├── dir_gen.py
│ ├── src_tree.txt
│ ├── tree_gen.ps1
│ └── tree_gen.py
├── layout.txt
├── pyproject.toml
└── skleton_tree_tree.txt