Files
finish/.gitignore
mike 6ea1e6c00c
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
chore: update 9 file(s)
2025-12-29 22:17:35 +01:00

38 lines
335 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/
.aider*
*.iml