This commit is contained in:
alireza
2025-02-19 13:45:07 +03:30
parent 729ae0b8c7
commit 8940a7d7f9
6 changed files with 1225 additions and 0 deletions

68
.gitignore vendored Normal file
View File

@@ -0,0 +1,68 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
.env
.venv
# IDE
.idea/
.vscode/
*.swp
*.swo
.project
.pydevproject
.settings/
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
# Data and Models
*.pkl
*.h5
*.model
*.pt
*.pth
*.bin
encodings.pkl
# Logs and databases
*.log
*.sqlite
*.db
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Project specific
*.npy
*.npz venv/