# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# C++ / CMake
CMakeCache.txt
CMakeFiles/
CMakeScripts/
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
.ninja_deps
.ninja_log
build.ninja
.cmake/
CMakeInit.txt
.skbuild-info.json
*.a
*.exe
*.lib
*.dll

# Testing & Datasets
.pytest_cache/
*.zip
*.tar.gz
*.parquet
tests/data/*
!tests/data/secrets/
!tests/data/secrets/trufflehog_ground_truth.b64

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDEs
.vscode/
.idea/
Thunderbird.tar.gz