Skip to content

Commit f67e367

Browse files
committed
bug/hotfix :: import 오류로 인해 디렉토리 구조 수정
1 parent 57da979 commit f67e367

16 files changed

+94
-22
lines changed

.gitignore

Lines changed: 45 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,49 @@
1-
# ide환경 관련 파일
2-
env
3-
.cursor
4-
.venv
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
55

6-
# 환경 변수 파일
7-
.env
6+
# Distribution / packaging
7+
.Python
8+
build/
9+
develop-eggs/
10+
dist/
11+
downloads/
12+
eggs/
13+
.eggs/
14+
lib/
15+
lib64/
16+
parts/
17+
sdist/
18+
var/
19+
wheels/
20+
21+
# PyInstaller
22+
*.manifest
23+
*.spec
824

9-
# 테스트 파일
10-
test.ipynb
11-
/chatgpt/chatgpt.ipynb
25+
# Unit test / coverage reports
26+
htmlcov/
27+
.tox/
28+
.coverage
29+
.coverage.*
30+
.cache
31+
nosetests.xml
32+
coverage.xml
1233

13-
# 캐시 파일
14-
/__pycache__/
15-
/chatgpt/__pycache__
16-
/model/__pycache__
34+
# Environments
35+
.env
36+
.venv
37+
env/
38+
venv/
39+
ENV/
40+
env.bak/
41+
venv.bak/
1742

18-
# 기타 파일
19-
.DS_Store
43+
# IDE
44+
.vscode/
45+
.idea/
46+
*.swp
47+
*.swo
48+
*~
49+
.cursor
-777 Bytes
Binary file not shown.
-544 Bytes
Binary file not shown.
-902 Bytes
Binary file not shown.
-799 Bytes
Binary file not shown.

__pycache__/env.cpython-311.pyc

-408 Bytes
Binary file not shown.

__pycache__/main.cpython-310.pyc

-1.57 KB
Binary file not shown.

__pycache__/main.cpython-311.pyc

20 Bytes
Binary file not shown.
-9.31 KB
Binary file not shown.
-10.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)