31 lines
331 B
Plaintext
31 lines
331 B
Plaintext
# Editor directories and files
|
|
.idea/
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
logs/*
|
|
!logs/.gitkeep
|
|
temp/*
|
|
!temp/.gitkeep
|
|
!alembic/versions/.gitkeep
|
|
|
|
# dotenv
|
|
.env
|
|
|
|
# virtualenv
|
|
venv/
|
|
ENV/
|
|
|
|
# Spyder business settings
|
|
.spyderproject
|
|
|
|
# Rope business settings
|
|
.ropeproject
|
|
*.db
|
|
.DS_Store
|
|
__pycache__
|
|
!migrations/__init__.py
|
|
*.pyc |