.venv
bin
.cache
deps
.pytest_cache
.vscode
.ruff_cache/
.mypy_cache/

# OpenSSL build artifacts
*.cnf
*.cnf.dist

.eggs/*

# Object files
*.o

# Python
*.pyc
*.pyd
*.egg-info
lib/*
wheelhouse/*

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app

# OS X
.DS_Store

# S3cr3ts
*.key
*.p12

# Dependencies
openssl*/*
zlib-*/*

# Build result
MANIFEST
build/*
dist/*

.idea/*