# Rust
/target
.cargo/

# Python
/downloaded
/dist
.test-venv
*.pyc
__pycache__/
*.egg-info/
.eggs/
*.whl
*.tar.gz

# Build artifacts
build/

# IDE
.vscode/
.idea/
*.swp
*.swo

# macOS
.DS_Store
pypiron-data/
# Bench harness local state
bench/.keys/
bench/.server-env
bench/.rig.env
bench/results/
/data/
# Bulk PyPI corpus downloads (95MB+, see src/corpus_check.rs)
bench/corpus/
