Files
finish/.gitignore
michael1986 24d36cbad4
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
Tests / test (bash) (push) Has been cancelled
Tests / test (zsh) (push) Has been cancelled
Tests / lint (push) Has been cancelled
Tests / docker (push) Has been cancelled
first commit
2025-12-02 09:02:03 +01:00

36 lines
321 B
Plaintext

# Build artifacts
debian/finish/
debian/.debhelper/
debian/files
debian/*.log
debian/*.substvars
*.deb
*.tar.gz
*.tar.xz
# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Environment
.env
.env.local
# Logs and cache
finish.log
~/.finish/
*.cache
__pycache__/
# Temporary files
*.tmp
temp/
dist/