feat: add gitignore and readme edit
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
|
||||
# Virtualenvs
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# Distribution / build
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
|
||||
# State et logs générés à l'exécution
|
||||
/var/lib/cachyos-updater/
|
||||
*.log
|
||||
|
||||
# Éditeurs
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Claude Code
|
||||
.claude/settings.local.json
|
||||
Reference in New Issue
Block a user