36 lines
244 B
Plaintext
36 lines
244 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.venv/
|
|
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
.git/
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
Dockerfile*
|
|
docker-compose*.yml
|
|
.dockerignore
|
|
|
|
drone.yml
|
|
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
Thumbs.db
|
|
.DS_Store
|
|
|