# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ # Virtual environments venv/ env/ ENV/ env.bak/ venv.bak/ # Poetry # ๐Ÿ“ Note: poetry.lock์€ ๋ฒ„์ „ ์ œ์–ด์— ํฌํ•จํ•ด์•ผ ํ•จ .cache/ # Poetry ์บ์‹œ ๋””๋ ‰ํ† ๋ฆฌ (ํ™ˆ ๋””๋ ‰ํ† ๋ฆฌ ์‚ฌ์šฉ ์‹œ) .venv/ # Poetry๊ฐ€ ํ”„๋กœ์ ํŠธ ๋‚ด์— ๊ฐ€์ƒํ™˜๊ฒฝ ์ƒ์„ฑ ์‹œ dist/ # Poetry build ๊ฒฐ๊ณผ๋ฌผ .pytest_cache/ # Poetry ๊ฐ€์ƒํ™˜๊ฒฝ (๊ธ€๋กœ๋ฒŒ ์œ„์น˜์— ์ƒ์„ฑ๋˜๋Š” ๊ฒฝ์šฐ - ์ผ๋ฐ˜์ ์œผ๋กœ Git์— ํฌํ•จ๋˜์ง€ ์•Š์Œ) # ~/.cache/pypoetry/venvs/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local # Logs *.log logs/ # Vector DB and ML Models vector_db/ vectordb/ # ์ถ”๊ฐ€: ํ™ˆ ๋””๋ ‰ํ† ๋ฆฌ ์‚ฌ์šฉ ์‹œ Vector DB ๋””๋ ‰ํ† ๋ฆฌ *.pkl *.model *.bin embeddings/ checkpoints/ # AI/ML ์บ์‹œ ๋””๋ ‰ํ† ๋ฆฌ๋“ค (ํ™ˆ ๋””๋ ‰ํ† ๋ฆฌ ์‚ฌ์šฉ ์‹œ) .cache/huggingface/ .cache/transformers/ .cache/sentence_transformers/ .cache/torch/ .cache/pypoetry/ # Poetry ์บ์‹œ # Data files data/ *.csv *.json *.xlsx *.parquet # Temporary files tmp/ temp/ *.tmp *.temp # Docker .dockerignore # Node.js (if applicable) node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Database *.db *.sqlite *.sqlite3 # Backup files *.bak *.backup # Jupyter Notebooks (์ถ”๊ฐ€) .ipynb_checkpoints/ *.ipynb # macOS specific (์ถ”๊ฐ€) .AppleDouble .LSOverride # Linux specific (์ถ”๊ฐ€) *~ # Windows specific (์ถ”๊ฐ€) Desktop.ini $RECYCLE.BIN/ *.cab *.msi *.msix *.msm *.msp # Coverage reports (์ถ”๊ฐ€) htmlcov/ .coverage.* coverage.xml # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype static type analyzer .pytype/ # Cython debug symbols cython_debug/