# Ignore build output and generated files
/target/
**/*.rs.bk
*.log
Cargo.lock

<<<<<<< HEAD

>>>>>>> 15d9641 (Initial commit of Kyber Rust wrapper)

# Ignore the kyber submodule if it's no longer treated as one
/kyber/

# Node-related files (if applicable)
/node_modules/

# Python virtual environment (if applicable)
/venv/
/env/
/__pycache__/

# IDE files
/.vscode/
/.idea/
/*.iml
*.DS_Store

# Operating System files
Thumbs.db
.DS_Store
*.swp
*.swo
<<<<<<< HEAD

>>>>>>> 15d9641 (Initial commit of Kyber Rust wrapper)
