Files
PSO/.gitignore
jung-geun 3250febdb8 23-09-04
pypi 패키지 배포 실험
2023-09-04 15:02:33 +09:00

27 lines
293 B
Plaintext

*.pyc
__pycache__/
*.py[cod]
*$py.class
.ipynb_checkpoints/
.vscode/settings.json
# pypi
dist/
build/
pso2keras.egg-info/
# 테스트용 파일
test.ipynb
test.py
log2plt.ipynb
# 결과 저장용 디렉토리
result/
logs/
# 논문 관련 파일
*.pdf
*.pptx
관련 논문/
발표 자료/