18 lines
217 B
Plaintext
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
|