-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
65 lines (48 loc) · 1.36 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# ===========================================================
# Untracked file templates by Git version control system
# Шаблоны файлов неотслеживаемых системой контроля версий Git
# ===========================================================
# Python programming language
# Язык программирования Python
# ============================
# Python bytecode
# Байт-код Python
*.pyc
# Python virtual environment
# Виртуальное окружение Python
.venv
# Documentation generator Sphinx
# Генератор документации Sphinx
docs/_build
# dependency and packaging manager Poetry
# менеджер зависимостей и пакетирования Poetry
dist
*.egg-info
# Checkers
.coverage
.mypy_cache
coverage.xml
# Database (DB)
# Базы данных
# =============
*.sqlite3
# Integrated Development Environment (IDE)
# Интегрированные среды разработки
# ========================================
# Atom
.atom/
# Geany
*.geany
# JetBrains (AppCode, CLion, DataGrip, GoLand, IntelliJ IDEA, PhpStorm,
# PyCharm, Rider, RubyMine, WebStorm)
.idea/
# Sublime Text
*.sublime-*
# Visual Studio Code
.vscode
*.code-workspace
# Other text editors
# Другие текстовые редакторы
# ==========================
# Nano
*.swp