add .gitignore
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Игнорировать байткод
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
**/__pycache__/
|
||||||
|
prototypes
|
||||||
|
|
||||||
|
# Visual Code
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Архивы
|
||||||
|
*.tar.gz
|
||||||
|
*.zip
|
||||||
|
*.tar.bz2
|
||||||
|
|
||||||
|
# Каталог с настройками и данными
|
||||||
|
**/data/
|
||||||
|
**/config/
|
||||||
|
|
||||||
|
# Игнорировать логи
|
||||||
|
**/logs/
|
||||||
|
*.log
|
||||||
|
|
||||||
|
alembic.ini
|
||||||
Reference in New Issue
Block a user