-
-
Notifications
You must be signed in to change notification settings - Fork 162
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (33 loc) · 928 Bytes
/
.gitignore
File metadata and controls
34 lines (33 loc) · 928 Bytes
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
.env
venv/
.venv/
__pycache__/
*.swp
*.log
.idea/
*.sqlite3
*.sqlite3-jounal
*.sqlite
src/hackingBuddyGPT.egg-info/
build/
dist/
.coverage
src/hackingBuddyGPT/usecases/web_api_testing/openapi_spec/
src/hackingBuddyGPT/usecases/web_api_testing/converted_files/
/src/hackingBuddyGPT/usecases/web_api_testing/documentation/openapi_spec/
/src/hackingBuddyGPT/usecases/web_api_testing/documentation/reports/
scripts/codespaces_ansible.cfg
scripts/codespaces_ansible_hosts.ini
scripts/codespaces_ansible_id_rsa
scripts/codespaces_ansible_id_rsa.pub
scripts/mac_ansible.cfg
scripts/mac_ansible_hosts.ini
scripts/mac_ansible_id_rsa
scripts/mac_ansible_id_rsa.pub
.aider*
src/hackingBuddyGPT/usecases/web_api_testing/documentation/openapi_spec/
src/hackingBuddyGPT/usecases/web_api_testing/documentation/reports/
src/hackingBuddyGPT/usecases/web_api_testing/retrieve_spotify_token.py
config/my_configs/*
config/configs/*
config/configs/