ff-performance-tests/.gitignore

16 lines
250 B
Plaintext

# Python virtual environment:
.venv/
# Python cache:
__pycache__/
# IDE project settings:
.vscode/
.idea/
# Compiled scripts/documents:
build/
target/
# Package lock files / version checksums / etc.:
go.sum
Cargo.lock
# Ephemeral testing data:
data/