Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 2m5s
28 lines
266 B
Plaintext
28 lines
266 B
Plaintext
# Ignore virtualenv
|
|
.venv
|
|
venv
|
|
|
|
# Ignore Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Ignore editor and OS files
|
|
.vscode
|
|
.idea
|
|
.DS_Store
|
|
*.swo
|
|
*.swp
|
|
|
|
# Ignore git files
|
|
.git
|
|
.gitignore
|
|
|
|
# Ignore database and log files
|
|
*.db
|
|
*.log
|
|
*.json
|
|
|
|
# Ignore test files
|
|
test.md |