# Generated by Cargo
# will have compiled files and executables
target
/target_expensive/
/sandbox
docker-build
/conf/grafana-dashboard-main-testnet.json
/storage/
/test-utils/node/storage
/test-utils/ganache/storage
/node/service/storage
/keystore/
/chain/client/tmp_bench
testdir/

# These are backup files generated by rustfmt
**/*.rs.bk

**/.ipynb_checkpoints/*

# Editor config files
.vscode
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea

# Python env
.env
*.pyc
venv

# Node
**/node_modules/

# Integration tests
nearlib/
near-shell/
create-near-app/
near-api-js/
nearlib_release_test/
test-keys/
tmp/

# OS X
.DS_Store

# Logs
*.log

# Git mergetool leaves these sometimes.
*.orig

# May be generated if your neard panics.
*.core

# Vim tmp files
*.swp
rusty-tags.vi

# testnet genesis
/nearcore/res/testnet.json
/nearcore/res/testnet_genesis_records*.json

# logs from mocknet nodes
/pytest/logs/

# Estimator generated files
costs-*.txt
names-to-stats.txt
data_dump_*.bin
.venv
