24 lines
189 B
Plaintext
Executable File
24 lines
189 B
Plaintext
Executable File
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
venv/
|
|
*.egg-info/
|
|
req.txt
|
|
my.settings.yml
|
|
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|