20 lines
163 B
Plaintext
20 lines
163 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
venv/
|
|
*.egg-info/
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/ |