branch: elpa/aidermacs
commit 8b6939ea804177e019240c6d32d63036cde5bb89
Author: Milan Glacier <d...@milanglacier.com>
Commit: Milan Glacier <d...@milanglacier.com>

    remove pycache file
---
 .gitignore                                              |   1 +
 examples/battleship/__pycache__/fleet.cpython-312.pyc   | Bin 3708 -> 0 bytes
 examples/battleship/__pycache__/game.cpython-312.pyc    | Bin 14844 -> 0 bytes
 .../battleship/__pycache__/test_fleet.cpython-312.pyc   | Bin 2066 -> 0 bytes
 .../battleship/__pycache__/test_game.cpython-312.pyc    | Bin 837 -> 0 bytes
 examples/connect4/__pycache__/game.cpython-312.pyc      | Bin 14367 -> 0 bytes
 examples/connect4/__pycache__/test_game.cpython-312.pyc | Bin 10287 -> 0 bytes
 7 files changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index d5ac763886..4632933235 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 .aider*
 .env
+__pycache__
diff --git a/examples/battleship/__pycache__/fleet.cpython-312.pyc 
b/examples/battleship/__pycache__/fleet.cpython-312.pyc
deleted file mode 100644
index 3b4fec6939..0000000000
Binary files a/examples/battleship/__pycache__/fleet.cpython-312.pyc and 
/dev/null differ
diff --git a/examples/battleship/__pycache__/game.cpython-312.pyc 
b/examples/battleship/__pycache__/game.cpython-312.pyc
deleted file mode 100644
index 6da053210d..0000000000
Binary files a/examples/battleship/__pycache__/game.cpython-312.pyc and 
/dev/null differ
diff --git a/examples/battleship/__pycache__/test_fleet.cpython-312.pyc 
b/examples/battleship/__pycache__/test_fleet.cpython-312.pyc
deleted file mode 100644
index 5f552315ce..0000000000
Binary files a/examples/battleship/__pycache__/test_fleet.cpython-312.pyc and 
/dev/null differ
diff --git a/examples/battleship/__pycache__/test_game.cpython-312.pyc 
b/examples/battleship/__pycache__/test_game.cpython-312.pyc
deleted file mode 100644
index 92f1429571..0000000000
Binary files a/examples/battleship/__pycache__/test_game.cpython-312.pyc and 
/dev/null differ
diff --git a/examples/connect4/__pycache__/game.cpython-312.pyc 
b/examples/connect4/__pycache__/game.cpython-312.pyc
deleted file mode 100644
index 185e3a2020..0000000000
Binary files a/examples/connect4/__pycache__/game.cpython-312.pyc and /dev/null 
differ
diff --git a/examples/connect4/__pycache__/test_game.cpython-312.pyc 
b/examples/connect4/__pycache__/test_game.cpython-312.pyc
deleted file mode 100644
index 826cde614a..0000000000
Binary files a/examples/connect4/__pycache__/test_game.cpython-312.pyc and 
/dev/null differ

Reply via email to