ff-performance-tests/.gitignore

16 lines
250 B
Plaintext
Raw Normal View History

2022-07-20 11:13:04 +02:00
# Python virtual environment:
.venv/
# Python cache:
__pycache__/
2022-07-20 11:13:04 +02:00
# IDE project settings:
.vscode/
.idea/
# Compiled scripts/documents:
build/
target/
# Package lock files / version checksums / etc.:
go.sum
Cargo.lock
# Ephemeral testing data:
data/