IsmatS's picture
init
e3f55d9
raw
history blame contribute delete
262 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.claude
# Virtual environments
venv/
env/
ENV/
# Jupyter Notebook
.ipynb_checkpoints
# Model files
models/
*.pth
*.pkl
# Data
archive/
data/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db