Trans_for_doctors / .gitignore
Mintik24's picture
asd
b216c95
# Environment variables - КРИТИЧЕСКИ ВАЖНО!
.env
.env.local
.env.*.local
# 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
# Virtual environments
.venv/
venv/
ENV/
env/
.virtualenvs/
# PyInstaller
*.manifest
*.spec.bak
build_output/
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# Logs
logs/
*.log
# Results and outputs
results/
*.json
*.docx
# Model files (если модель большая и не нужна в git)
# model.safetensors
# *.safetensors
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# UV
.uv/
# Temporary files
tmp/
temp/
*.tmp