File tree Expand file tree Collapse file tree 2 files changed +97
-59
lines changed
Expand file tree Collapse file tree 2 files changed +97
-59
lines changed Original file line number Diff line number Diff line change 1- /Users /kamalsaidevarapalli /Desktop /Workshop /PyPortalAdminstration /src /tokenmanagement_service /authtoken_venv /
2- /Users /kamalsaidevarapalli /Desktop /Workshop /PyPortalAdminstration /src /usermanagement_service /usermanagement_venv /
3- /Users /kamalsaidevarapalli /Desktop /Workshop /PyPortalAdminstration /tests /jmeter_tests /register_user /reg_user_inputs.csv
1+ # Python
2+ __pycache__ /
3+ * .py [cod ]
4+ * $py.class
5+ * .so
6+ .Python
7+ build /
8+ develop-eggs /
9+ dist /
10+ downloads /
11+ eggs /
12+ .eggs /
13+ lib /
14+ lib64 /
15+ parts /
16+ sdist /
17+ var /
18+ wheels /
19+ * .egg-info /
20+ .installed.cfg
21+ * .egg
22+ MANIFEST
23+
24+ # Virtual environments
25+ venv /
26+ env /
27+ ENV /
28+ .venv /
29+ .ENV /
30+ * _venv /
31+
32+ # IDE
33+ .idea /
34+ .vscode /
35+ * .swp
36+ * .swo
37+ * ~
38+ .DS_Store
39+
40+ # Logs
41+ logs /
42+ * .log
43+ * .log. *
44+ log /
45+ * .log.gz
46+
47+ # Environment variables
48+ .env
49+ .env.local
50+ .env. * .local
51+ * .env
52+
53+ # Docker
54+ .dockerignore
55+
56+ # Database
57+ * .db
58+ * .sqlite
59+ * .sqlite3
60+
61+ # Testing
62+ .pytest_cache /
63+ .coverage
64+ htmlcov /
65+ .tox /
66+ .hypothesis /
67+ .mypy_cache /
68+ .dmypy.json
69+ dmypy.json
70+
71+ # Jupyter Notebook
72+ .ipynb_checkpoints
73+
74+ # pyenv
75+ .python-version
76+
77+ # Temporary files
78+ * .tmp
79+ * .temp
80+ * .bak
81+ * .swp
82+ * .swo
83+ * ~
84+
85+ # OS files
86+ .DS_Store
87+ .DS_Store ?
88+ ._ *
89+ .Spotlight-V100
90+ .Trashes
91+ ehthumbs.db
92+ Thumbs.db
93+
94+ # Project specific
95+ * .zip
96+ * .tar.gz
97+ Archive /
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments