chore(gitignore): remove bogus extensions and relocate nano.*.save
- Drop *.pycs, *.pywz, *.pyzz — not real Python file extensions. - Move nano.*.save from "Project-specific" to "Editors & IDEs" where it belongs (nano editor backup files, not project artifacts). Made-with: Cursor
This commit is contained in:
+1
-4
@@ -4,17 +4,13 @@
|
||||
.docs
|
||||
.env
|
||||
.web
|
||||
nano.*.save
|
||||
|
||||
# Python bytecode & caches
|
||||
*.pyc
|
||||
*.pycs
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.pyw
|
||||
*.pyz
|
||||
*.pywz
|
||||
*.pyzz
|
||||
__pycache__/
|
||||
*.egg-info/
|
||||
*.egg
|
||||
@@ -76,6 +72,7 @@ Desktop.ini
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
nano.*.save
|
||||
|
||||
# Environment & secrets (keep examples tracked if needed)
|
||||
.env.*
|
||||
|
||||
Reference in New Issue
Block a user