Skip to content

Commit 09a5774

Browse files
committed
[UPD] gitignore file, based on latest OCA template
1 parent 5cd61f8 commit 09a5774

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ __pycache__/
33
*.py[cod]
44
/.venv
55
/.pytest_cache
6+
/.ruff_cache
67

78
# C extensions
89
*.so
@@ -26,6 +27,19 @@ var/
2627
*.egg
2728
*.eggs
2829

30+
# Windows installers
31+
*.msi
32+
33+
# Debian packages
34+
*.deb
35+
36+
# Redhat packages
37+
*.rpm
38+
39+
# MacOS packages
40+
*.dmg
41+
*.pkg
42+
2943
# Installer logs
3044
pip-log.txt
3145
pip-delete-this-directory.txt

0 commit comments

Comments
 (0)