mirror of
https://github.com/MonsterDruide1/OdysseyDecomp.git
synced 2024-11-23 13:29:49 +00:00
48 lines
373 B
Plaintext
48 lines
373 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
*.dist-info/
|
|
.mypy_cache/
|
|
.benchmarks/
|
|
|
|
# Binaries
|
|
*.so
|
|
*.dll
|
|
*.elf
|
|
*.nso
|
|
dist/
|
|
build/
|
|
build-*/
|
|
bin/
|
|
|
|
# IDEs
|
|
.idea/
|
|
.vscode/
|
|
.cache/
|
|
.DS_Store
|
|
|
|
# IDA
|
|
*.id0
|
|
*.id1
|
|
*.id2
|
|
*.idb
|
|
*.i64
|
|
*.nam
|
|
*.til
|
|
|
|
# Ghidra
|
|
*.gpr
|
|
*.rep/
|
|
*.lock
|
|
|
|
# Debugging
|
|
perf.data
|
|
perf.data.old
|
|
.gdb_history
|
|
|
|
# Tooling
|
|
/toolchain/clang-*
|
|
tools/check
|
|
/cmake-build-debug
|