Files
SkannerRasshireniyFaylov/.gitignore
iTKeyS a674cdd0ed start
2025-05-29 19:10:01 +08:00

189 lines
2.7 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ---> Python
# Скомпилированные и оптимизированные файлы Python
__pycache__/
*.py[cod]
*$py.class
# C-расширения
*.so
# Артефакты сборки и управления пакетами
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller: файлы для сборки исполняемых файлов
*.manifest
*.spec
# Логи установщика пакетов
pip-log.txt
pip-delete-this-directory.txt
# Кэш тестирования и покрытия кода
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Файлы локализации
*.mo
*.pot
# Django и Flask
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
instance/
.webassets-cache
# Scrapy
.scrapy
# Документация Sphinx
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# Управление версиями Python (pyenv)
.python-version
# pipenv, poetry, pdm
.pdm.toml
.pdm-python
.pdm-build/
__pypackages__/
poetry.lock
pdm.lock
# Очереди и кеши (Celery)
celerybeat-schedule
celerybeat.pid
# Символы отладки Cython
cython_debug/
# Анализаторы типов (mypy, pyre, pytype)
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
# PyCharm и другие JetBrains IDE
.idea/
# Spyder и Rope
.spyderproject
.spyproject
.ropeproject
# MkDocs
/site
# Конфигурация Obsidian
.obsidian/
# Виртуальные окружения Python
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Зависимости NPM/Yarn и артефакты сборки
node_modules
dist/
# Конфигурации IDE и редакторов
.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.fleet/
# Visual Studio Code (исключая файлы настроек проекта)
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Системные файлы ОС
.DS_Store
Thumbs.db
# Лог-файлы NPM/Yarn
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Логи и SQLite-базы
*.log
*.log.*
logs/*
logs/debug.*
logs/requests.*
# Исключение отдельных файлов
TODOS.md
*_00
# Исключение миграций, кроме структуры директорий
migrations/
migrations/**/**/*
!migrations/**/.keep
# Статические файлы Django
/staticfiles/*
/static/*
/backend_old/
/backend_old/*
*/backend_old/*
_old/
/_old/*
.DS_Store
*.DS_Store