Commit 0bbe0457 authored by vertighel's avatar vertighel
Browse files

Add .gitignore for Python project, Emacs, Linux backups, and nodes.ini

parent 5741236f
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -2,6 +2,13 @@
# Specific file to ignore
nodes.ini

# Emacs specific files
*~        # Backup files (e.g., file.txt~)
\#*
.#*       # Lock files (e.g., .#file.txt)
*.elc     # Compiled Emacs Lisp files
auto-save-list # Auto-save-list directory

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
@@ -137,13 +144,6 @@ dmypy.json
*.sublime-project
*.sublime-workspace

# Emacs specific files
*~        # Backup files (e.g., file.txt~)
#*
.#*       # Lock files (e.g., .#file.txt)
*.elc     # Compiled Emacs Lisp files
auto-save-list # Auto-save-list directory

# Linux/Unix backup files (common convention)
*.bak
*.backup