#Mac stuff
.DS_Store
sample/.DS_Store
*/.DS_Store

# IDE stuff
.idea/
.vscode
.run/
terminalizer.yml

# Cargo & Rust stuff
**/*.rs.bk
package-lock.json

# This is for testing purposes
PATH_TEST_*/
phink_temp_test.toml
instrumented_*/
output*/
phink
tests/fixtures/corpus/*

# Compilation targets
target
debug/
target/
