mirror of
https://github.com/gauvainboiche/ketapk.git
synced 2026-09-02 03:03:11 +02:00
22 lines
195 B
Plaintext
22 lines
195 B
Plaintext
# Origin project
|
|
*.xls*
|
|
*.zip
|
|
*.txt
|
|
*.png
|
|
*.bas
|
|
|
|
# Node files
|
|
node_modules/
|
|
|
|
# Python files
|
|
__pycache__/
|
|
*.py[oc]
|
|
*.egg-info
|
|
*.py
|
|
uv.lock
|
|
|
|
# Tauri files
|
|
src-tauri/*/
|
|
|
|
# Virtual environments
|
|
.venv |