Files
2023-05-18 18:53:00 +08:00

18 lines
217 B
Plaintext

# List of files and extensions to be ignored
# Eclipse
*.project
*.cproject
.pydevproject
.settings/
# Visual Studio Code
.vscode/
# Garbage files
build*/
cmake_build*/
*.orig
**/__pycache__
*.pyc