Код IT Загрузка примера кода…

Plain text main.gitignore
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
ENV/
.eggs/
*.egg-info/
.eggs/
dist/
build/
*.egg

.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
.coverage.*
.tox/
.nox/

.env
.env.*
!.env.example

# Jupyter
.ipynb_checkpoints/

# Poetry / uv
.poetry/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
ENV/
.eggs/
*.egg-info/
.eggs/
dist/
build/
*.egg

.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
.coverage.*
.tox/
.nox/

.env
.env.*
!.env.example

# Jupyter
.ipynb_checkpoints/

# Poetry / uv
.poetry/