chore: organize .gitignore

This commit is contained in:
Sheng Fan 2025-03-15 12:58:25 +08:00
parent b6f8f825e0
commit d54026d7a0

28
.gitignore vendored
View File

@ -1,3 +1,14 @@
### Project-specific ###
# Logs
logs/
# Data
data/
# Workspace
workspace/
### Python ###
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
@ -170,11 +181,16 @@ cython_debug/
# PyPI configuration file # PyPI configuration file
.pypirc .pypirc
# Logs ### Visual Studio Code ###
logs/ .vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Data # Local History for Visual Studio Code
data/ .history/
# Workspace # Built Visual Studio Code Extensions
workspace/ *.vsix