# Python
__pycache__/
*.py[cod]
*.so

# Virtual environments
.venv/
venv/
env/

# Build / packaging
build/
dist/
*.egg-info/

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/

# IDEs
.vscode/
.idea/

# macOS
.DS_Store

# Project-specific
*.log
# SYZYGY development archive
syzygy_hpc_foundation.zip

# Generated docking results
test_docking/Results/
