-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
30 lines (24 loc) · 962 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Compiled files
*.o # Object files
*.out # Executable files
*.exe # Executable files
# C compiler generated files
*.dSYM/ # Debug symbol files generated by the C compiler
# C++ compiler generated files
*.a # Static libraries generated by the C++ compiler
*.so # Shared libraries generated by the C++ compiler
# Python generated files
__pycache__/ # Compiled bytecode files generated by Python
*.pyc # Compiled Python files
*.pyo # Optimized compiled Python files
*.pyd # Python extension modules
# SQL generated files
*.sql # SQL query files
# Rendered Markdown files
*.html # Rendered HTML files
*.pdf # Rendered PDF files
# Other files and directories
.DS_Store # macOS directory metadata file
Thumbs.db # Windows thumbnail cache file
.idea/ # Directory generated by IntelliJ IDEA
.vscode/ # Directory generated by Visual Studio Code