install/
__pycache__
qubo-maxcut/build

# Python virtual environments
.venv/
.venv-pyright/
venv/
env/
ENV/

# Python caches and tooling artifacts
**/__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
dist/
build/
*.egg-info/

# Local .terraform directories
**/.terraform/*

# Terraform lock file
**/.terraform.lock.hcl

# .tfstate files
*.tfstate
*.tfstate.* 

# Lmabda zip files
/api/src/lambda_functions/**/*.zip
*.zip

# Lambda layer python packages local copy
/api/src/lambda_layers/celery/build/*
/api/src/lambda_layers/commons_lib/build/*

# Lambda build artifacts
/api/IaC/lambda_build/*
/api/IaC/layer_build/*

.DS_Store

# C / C++ build artifacts
*.o
*.obj
*.a
*.lib
*.so
*.dylib
*.dll
*.exe

# CMake / Ninja build folders and files
cmake-build-*/
CMakeFiles/
CMakeCache.txt
compile_commands.json
build.ninja


test-reports