-
-
Notifications
You must be signed in to change notification settings - Fork 502
Expand file tree
/
Copy path.gitignore
More file actions
17 lines (16 loc) · 842 Bytes
/
.gitignore
File metadata and controls
17 lines (16 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# =============================================================================
# Python Compiled Files: Machine-generated bytecode that speeds up execution.
# These vary by OS and Python version, so they should never be committed.
# =============================================================================
# Folders containing .pyc files (e.g., views.cpython-312.pyc)
# Matches .pyc (compiled), .pyo (optimized), and .pyd (Windows DLLs)
# Compiled Java class files generated by Jython
__pycache__/
*.py[cod]
*$py.class
# =============================================================================
# Documentation build output and local doc-build virtual environments.
# These are generated by Sphinx and should not be committed.
# =============================================================================
docs/build/
.venv-docs/