You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
314 B
Plaintext
32 lines
314 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker
|
|
.dockerignore
|
|
docker-compose.yml
|
|
docker-compose.dev.yml
|
|
docker-compose-deploy.yml
|
|
docker-compose with volume.yml
|
|
dockerfile
|
|
*.tar
|
|
|
|
# Python
|
|
.venv
|
|
__pycache__
|
|
*.pyc
|
|
|
|
# Database
|
|
db.sqlite3
|
|
*.bak
|
|
|
|
# IDE
|
|
.idea
|
|
|
|
# Environment files
|
|
.env
|
|
production.env
|
|
|
|
# Other
|
|
gemini.cmd - Shortcut.lnk
|