mirror of
https://github.com/jung-geun/PSO.git
synced 2025-12-20 04:50:45 +09:00
27 lines
272 B
Plaintext
27 lines
272 B
Plaintext
*.pyc
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
.ipynb_checkpoints/
|
|
|
|
# pypi
|
|
dist/
|
|
build/
|
|
pso2keras.egg-info/
|
|
|
|
# 테스트용 파일
|
|
test.ipynb
|
|
test.py
|
|
log2plt.ipynb
|
|
|
|
# 결과 저장용 디렉토리
|
|
result/
|
|
logs/
|
|
|
|
# 논문 관련 파일
|
|
*.pdf
|
|
*.pptx
|
|
관련 논문/
|
|
발표 자료/
|