Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 0da5d40

Browse files
committed
add gitignore for Python bytecode cache
1 parent 8860e4a commit 0da5d40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# SPDX-License-Identifier: MIT OR Apache-2.0
2+
# SPDX-FileCopyrightText: Ferrous Systems and AdaCore
3+
4+
__pycache__
5+
*.py[co]

0 commit comments

Comments
 (0)