**.egg-info**
**__pycache__**
.DS_Store
.idea
.project
.settings
.lock
.todos.json
*.log
*.zip
.run
.run_configs
**/target/**
**/build/**
**/.idea/**
**/out/**
**/dist
**venv**

*mypy_cache*
*.pyc
*.iml
**/.vscode/**
**/.metals/**
**/_data/**
**/_debug/**

**/key.json
src/kognic/**/_version.py

# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# From wasm tests
/*.wasm
