# Generated binary
pihole-FTL*

# Generated pihole.toml file
pihole.toml

# Versioning files (generated by Makefile)
version.c
version~

# CMake files generated during compilation
/cmake/
/cmake_ci/
/cmake-build-debug/
/cmake-build-release/

# IDE files
.idea/
*.sw*
.vscode/*
!.vscode/c_cpp_properties.json
/build/
.codechecker/

# __pycache__ files (API tests)
__pycache__/

# When patch fails to apply a patch segment to the original file, it saves the
# temporary original file copy out durably as *.orig, dumps the rejected segment
# to *.rej, and continues trying to apply patch segments.
*.orig
*.rej

# MAC->Vendor database files
tools/manuf.data
tools/macvendor.db

# Documentation files generated by cmake
src/api/docs/hex

# Test dependencies
/node_modules/

# Test Leftovers
dig.log
ptr.log

# Compiled LUA scripts
/src/lua/scripts/*.hex
